Shades of Fire Engine Red #CB0F29
Tints of Fire Engine Red #CB0F29
RGB
CMYK
RGB Variations
Color information
#CB0F29 (or 0xCB0F29) is known color: Fire Engine Red. HEX triplet: CB, 0F and 29. RGB value is (203,15,41). Sum of RGB (Red+Green+Blue) = 203+15+41=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F29 is #34F0D6. Grayscale: #4A4A4A. Windows color (decimal): -3469527 or 2691019. OLE color: 2691019.
HSL color Cylindrical-coordinate representation of color #CB0F29: hue angle of 351.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F29 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 41 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.20 |
| HSL | 351.7º | 0.86% | 0.43% | - |
| HSV(B) | 351.7º | 0.93% | 0.8% | - |
| XYZ | 25.2 | 13.2 | 3.32 | - |
| YUV | 74.18 | 109.28 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 41 | 0 | 0.93 | 0.80 | 0.20 | 351.7 | 0.86 | 0.43 |
| Hex | CB | F | 29 | 0 | 5D | 50 | 14 | 160 | 56 | 2B |
| Octal | 313 | 17 | 51 | 0 | 135 | 120 | 24 | 540 | 126 | 53 |
| Binary | 11001011 | 1111 | 101001 | 0 | 1011101 | 1010000 | 10100 | 101100000 | 1010110 | 101011 |
Color Harmonies of #CB0F29
Complementary color
Monochromatic Colors of #CB0F29
Black with #CB0F29
Text Example
Text Example
White with #CB0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F29; }
p { color: rgb(203,15,41); }
H1.HeaderClassName
{
color: #CB0F29;
}
.AnyTagClassName
{
color: #CB0F29;
}
</style>
background-color css
<style>
a { background-color: #CB0F29; }
a { background-color: rgb(203,15,41); }
div.DivClassName
{
background-color: #CB0F29;
}
.BgClassName
{
background-color: #CB0F29;
}
</style>
border-color css
<style>
span { border-color: #CB0F29; }
span { border-color: rgb(203,15,41); }
td.TdClassName
{
border-color: #CB0F29;
}
.TagClassName
{
border-color: #CB0F29;
}
</style>