#C2323F

Color #C2323F Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C2323F

Tints of Brick Red #C2323F

Color information

#C2323F (or 0xC2323F) is unknown color: approx Brick Red. HEX triplet: C2, 32 and 3F. RGB value is (194,50,63). Sum of RGB (Red+Green+Blue) = 194+50+63=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2323F is #3DCDC0. Grayscale: #5E5E5E. Windows color (decimal): -4050369 or 4141762. OLE color: 4141762.

HSL color Cylindrical-coordinate representation of color #C2323F: hue angle of 354.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2323F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1945063-
CMYK00.740.680.24
HSL354.58º59.02%47.84%-
HSV(B)354.58º74.23%76.08%-
XYZ24.2914.116.15-
YUV94.54110.21198.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 63.19%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 63 (25% from 255) = 20.52%
R=63.19%
G=16.29%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194506300.740.680.24354.5859.0247.84
HexC2323F04A44181633b30
Octal30262770112104305437360
Binary1100001011001011111101001010100010011000101100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2323F; }

 p { color: rgb(194,50,63); }

 H1.HeaderClassName
 {
   color: #C2323F;
 }
 .AnyTagClassName
 {
   color: #C2323F;
 }
</style>
background-color css

<style>
 a { background-color: #C2323F; }

 a { background-color: rgb(194,50,63); }

 div.DivClassName
 {
   background-color: #C2323F;
 }
 .BgClassName
 {
   background-color: #C2323F;
 }
</style>
border-color css

<style>
 span { border-color: #C2323F; }

 span { border-color: rgb(194,50,63); }

 td.TdClassName
 {
   border-color: #C2323F;
 }
 .TagClassName
 {
   border-color: #C2323F;
 }
</style>