Shades of Fire Engine Red #C40B28
Tints of Fire Engine Red #C40B28
RGB
CMYK
RGB Variations
Color information
#C40B28 (or 0xC40B28) is known color: Fire Engine Red. HEX triplet: C4, 0B and 28. RGB value is (196,11,40). Sum of RGB (Red+Green+Blue) = 196+11+40=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B28 is #3BF4D7. Grayscale: #454545. Windows color (decimal): -3929304 or 2624452. OLE color: 2624452.
HSL color Cylindrical-coordinate representation of color #C40B28: hue angle of 350.59º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B28 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 40 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.23 |
| HSL | 350.59º | 0.89% | 0.41% | - |
| HSV(B) | 350.59º | 0.94% | 0.77% | - |
| XYZ | 23.27 | 12.13 | 3.12 | - |
| YUV | 69.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 40 | 0 | 0.94 | 0.80 | 0.23 | 350.59 | 0.89 | 0.41 |
| Hex | C4 | B | 28 | 0 | 5E | 50 | 17 | 15F | 59 | 29 |
| Octal | 304 | 13 | 50 | 0 | 136 | 120 | 27 | 537 | 131 | 51 |
| Binary | 11000100 | 1011 | 101000 | 0 | 1011110 | 1010000 | 10111 | 101011111 | 1011001 | 101001 |
Color Harmonies of #C40B28
Complementary color
Monochromatic Colors of #C40B28
Black with #C40B28
Text Example
Text Example
White with #C40B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B28; }
p { color: rgb(196,11,40); }
H1.HeaderClassName
{
color: #C40B28;
}
.AnyTagClassName
{
color: #C40B28;
}
</style>
background-color css
<style>
a { background-color: #C40B28; }
a { background-color: rgb(196,11,40); }
div.DivClassName
{
background-color: #C40B28;
}
.BgClassName
{
background-color: #C40B28;
}
</style>
border-color css
<style>
span { border-color: #C40B28; }
span { border-color: rgb(196,11,40); }
td.TdClassName
{
border-color: #C40B28;
}
.TagClassName
{
border-color: #C40B28;
}
</style>