Shades of Fire Engine Red #CB0B29
Tints of Fire Engine Red #CB0B29
RGB
CMYK
RGB Variations
Color information
#CB0B29 (or 0xCB0B29) is known color: Fire Engine Red. HEX triplet: CB, 0B and 29. RGB value is (203,11,41). Sum of RGB (Red+Green+Blue) = 203+11+41=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B29 is #34F4D6. Grayscale: #474747. Windows color (decimal): -3470551 or 2689995. OLE color: 2689995.
HSL color Cylindrical-coordinate representation of color #CB0B29: hue angle of 350.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B29 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 41 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.20 |
| HSL | 350.63º | 0.9% | 0.42% | - |
| HSV(B) | 350.63º | 0.95% | 0.8% | - |
| XYZ | 25.15 | 13.1 | 3.3 | - |
| YUV | 71.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 41 | 0 | 0.95 | 0.80 | 0.20 | 350.63 | 0.9 | 0.42 |
| Hex | CB | B | 29 | 0 | 5F | 50 | 14 | 15F | 5A | 2A |
| Octal | 313 | 13 | 51 | 0 | 137 | 120 | 24 | 537 | 132 | 52 |
| Binary | 11001011 | 1011 | 101001 | 0 | 1011111 | 1010000 | 10100 | 101011111 | 1011010 | 101010 |
Color Harmonies of #CB0B29
Complementary color
Monochromatic Colors of #CB0B29
Black with #CB0B29
Text Example
Text Example
White with #CB0B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B29; }
p { color: rgb(203,11,41); }
H1.HeaderClassName
{
color: #CB0B29;
}
.AnyTagClassName
{
color: #CB0B29;
}
</style>
background-color css
<style>
a { background-color: #CB0B29; }
a { background-color: rgb(203,11,41); }
div.DivClassName
{
background-color: #CB0B29;
}
.BgClassName
{
background-color: #CB0B29;
}
</style>
border-color css
<style>
span { border-color: #CB0B29; }
span { border-color: rgb(203,11,41); }
td.TdClassName
{
border-color: #CB0B29;
}
.TagClassName
{
border-color: #CB0B29;
}
</style>