Shades of Fire Engine Red #CB1424
Tints of Fire Engine Red #CB1424
RGB
CMYK
RGB Variations
Color information
#CB1424 (or 0xCB1424) is known color: Fire Engine Red. HEX triplet: CB, 14 and 24. RGB value is (203,20,36). Sum of RGB (Red+Green+Blue) = 203+20+36=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1424 is #34EBDB. Grayscale: #4C4C4C. Windows color (decimal): -3468252 or 2364619. OLE color: 2364619.
HSL color Cylindrical-coordinate representation of color #CB1424: hue angle of 354.75º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1424 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 36 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.20 |
| HSL | 354.75º | 0.82% | 0.44% | - |
| HSV(B) | 354.75º | 0.9% | 0.8% | - |
| XYZ | 25.2 | 13.32 | 2.91 | - |
| YUV | 76.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 36 | 0 | 0.90 | 0.82 | 0.20 | 354.75 | 0.82 | 0.44 |
| Hex | CB | 14 | 24 | 0 | 5A | 52 | 14 | 163 | 52 | 2C |
| Octal | 313 | 24 | 44 | 0 | 132 | 122 | 24 | 543 | 122 | 54 |
| Binary | 11001011 | 10100 | 100100 | 0 | 1011010 | 1010010 | 10100 | 101100011 | 1010010 | 101100 |
Color Harmonies of #CB1424
Complementary color
Monochromatic Colors of #CB1424
Black with #CB1424
Text Example
Text Example
White with #CB1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1424; }
p { color: rgb(203,20,36); }
H1.HeaderClassName
{
color: #CB1424;
}
.AnyTagClassName
{
color: #CB1424;
}
</style>
background-color css
<style>
a { background-color: #CB1424; }
a { background-color: rgb(203,20,36); }
div.DivClassName
{
background-color: #CB1424;
}
.BgClassName
{
background-color: #CB1424;
}
</style>
border-color css
<style>
span { border-color: #CB1424; }
span { border-color: rgb(203,20,36); }
td.TdClassName
{
border-color: #CB1424;
}
.TagClassName
{
border-color: #CB1424;
}
</style>