Shades of Fire Engine Red #C20B29
Tints of Fire Engine Red #C20B29
RGB
CMYK
RGB Variations
Color information
#C20B29 (or 0xC20B29) is known color: Fire Engine Red. HEX triplet: C2, 0B and 29. RGB value is (194,11,41). Sum of RGB (Red+Green+Blue) = 194+11+41=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B29 is #3DF4D6. Grayscale: #454545. Windows color (decimal): -4060375 or 2689986. OLE color: 2689986.
HSL color Cylindrical-coordinate representation of color #C20B29: hue angle of 350.16º degrees, saturation: 0.89, 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 #C20B29 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 41 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.24 |
| HSL | 350.16º | 0.89% | 0.4% | - |
| HSV(B) | 350.16º | 0.94% | 0.76% | - |
| XYZ | 22.77 | 11.87 | 3.19 | - |
| YUV | 69.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 41 | 0 | 0.94 | 0.79 | 0.24 | 350.16 | 0.89 | 0.4 |
| Hex | C2 | B | 29 | 0 | 5E | 4F | 18 | 15E | 59 | 28 |
| Octal | 302 | 13 | 51 | 0 | 136 | 117 | 30 | 536 | 131 | 50 |
| Binary | 11000010 | 1011 | 101001 | 0 | 1011110 | 1001111 | 11000 | 101011110 | 1011001 | 101000 |
Color Harmonies of #C20B29
Complementary color
Monochromatic Colors of #C20B29
Black with #C20B29
Text Example
Text Example
White with #C20B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B29; }
p { color: rgb(194,11,41); }
H1.HeaderClassName
{
color: #C20B29;
}
.AnyTagClassName
{
color: #C20B29;
}
</style>
background-color css
<style>
a { background-color: #C20B29; }
a { background-color: rgb(194,11,41); }
div.DivClassName
{
background-color: #C20B29;
}
.BgClassName
{
background-color: #C20B29;
}
</style>
border-color css
<style>
span { border-color: #C20B29; }
span { border-color: rgb(194,11,41); }
td.TdClassName
{
border-color: #C20B29;
}
.TagClassName
{
border-color: #C20B29;
}
</style>