Shades of Fire Engine Red #C20C29
Tints of Fire Engine Red #C20C29
RGB
CMYK
RGB Variations
Color information
#C20C29 (or 0xC20C29) is known color: Fire Engine Red. HEX triplet: C2, 0C and 29. RGB value is (194,12,41). Sum of RGB (Red+Green+Blue) = 194+12+41=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C29 is #3DF3D6. Grayscale: #454545. Windows color (decimal): -4060119 or 2690242. OLE color: 2690242.
HSL color Cylindrical-coordinate representation of color #C20C29: hue angle of 350.44º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C29 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 41 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.24 |
| HSL | 350.44º | 0.88% | 0.4% | - |
| HSV(B) | 350.44º | 0.94% | 0.76% | - |
| XYZ | 22.78 | 11.89 | 3.19 | - |
| YUV | 69.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 41 | 0 | 0.94 | 0.79 | 0.24 | 350.44 | 0.88 | 0.4 |
| Hex | C2 | C | 29 | 0 | 5E | 4F | 18 | 15E | 58 | 28 |
| Octal | 302 | 14 | 51 | 0 | 136 | 117 | 30 | 536 | 130 | 50 |
| Binary | 11000010 | 1100 | 101001 | 0 | 1011110 | 1001111 | 11000 | 101011110 | 1011000 | 101000 |
Color Harmonies of #C20C29
Complementary color
Monochromatic Colors of #C20C29
Black with #C20C29
Text Example
Text Example
White with #C20C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C29; }
p { color: rgb(194,12,41); }
H1.HeaderClassName
{
color: #C20C29;
}
.AnyTagClassName
{
color: #C20C29;
}
</style>
background-color css
<style>
a { background-color: #C20C29; }
a { background-color: rgb(194,12,41); }
div.DivClassName
{
background-color: #C20C29;
}
.BgClassName
{
background-color: #C20C29;
}
</style>
border-color css
<style>
span { border-color: #C20C29; }
span { border-color: rgb(194,12,41); }
td.TdClassName
{
border-color: #C20C29;
}
.TagClassName
{
border-color: #C20C29;
}
</style>