Shades of Fire Engine Red #CB1624
Tints of Fire Engine Red #CB1624
RGB
CMYK
RGB Variations
Color information
#CB1624 (or 0xCB1624) is known color: Fire Engine Red. HEX triplet: CB, 16 and 24. RGB value is (203,22,36). Sum of RGB (Red+Green+Blue) = 203+22+36=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1624 is #34E9DB. Grayscale: #4D4D4D. Windows color (decimal): -3467740 or 2365131. OLE color: 2365131.
HSL color Cylindrical-coordinate representation of color #CB1624: hue angle of 355.36º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1624 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 36 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.20 |
| HSL | 355.36º | 0.8% | 0.44% | - |
| HSV(B) | 355.36º | 0.89% | 0.8% | - |
| XYZ | 25.23 | 13.4 | 2.93 | - |
| YUV | 77.72 | 104.47 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 36 | 0 | 0.89 | 0.82 | 0.20 | 355.36 | 0.8 | 0.44 |
| Hex | CB | 16 | 24 | 0 | 59 | 52 | 14 | 163 | 50 | 2C |
| Octal | 313 | 26 | 44 | 0 | 131 | 122 | 24 | 543 | 120 | 54 |
| Binary | 11001011 | 10110 | 100100 | 0 | 1011001 | 1010010 | 10100 | 101100011 | 1010000 | 101100 |
Color Harmonies of #CB1624
Complementary color
Monochromatic Colors of #CB1624
Black with #CB1624
Text Example
Text Example
White with #CB1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1624; }
p { color: rgb(203,22,36); }
H1.HeaderClassName
{
color: #CB1624;
}
.AnyTagClassName
{
color: #CB1624;
}
</style>
background-color css
<style>
a { background-color: #CB1624; }
a { background-color: rgb(203,22,36); }
div.DivClassName
{
background-color: #CB1624;
}
.BgClassName
{
background-color: #CB1624;
}
</style>
border-color css
<style>
span { border-color: #CB1624; }
span { border-color: rgb(203,22,36); }
td.TdClassName
{
border-color: #CB1624;
}
.TagClassName
{
border-color: #CB1624;
}
</style>