#C20A2C

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

Shades of Fire Engine Red #C20A2C

Tints of Fire Engine Red #C20A2C

Color information

#C20A2C (or 0xC20A2C) is unknown color: approx Fire Engine Red. HEX triplet: C2, 0A and 2C. RGB value is (194,10,44). Sum of RGB (Red+Green+Blue) = 194+10+44=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20A2C is #3DF5D3. Grayscale: #444444. Windows color (decimal): -4060628 or 2886338. OLE color: 2886338.

HSL color Cylindrical-coordinate representation of color #C20A2C: hue angle of 348.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A2C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1941044-
CMYK00.950.770.24
HSL348.91º90.2%40%-
HSV(B)348.91º94.85%76.08%-
XYZ22.8111.873.47-
YUV68.89113.96217.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 78.23%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=78.23%
G=4.03%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194104400.950.770.24348.9190.240
HexC2A2C05F4D1815d5a28
Octal302125401371153053513250
Binary110000101010101100010111111001101110001010111011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A2C; }

 p { color: rgb(194,10,44); }

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

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

 a { background-color: rgb(194,10,44); }

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

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

 span { border-color: rgb(194,10,44); }

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