Shades of Fire Engine Red #CB1417
Tints of Fire Engine Red #CB1417
RGB
CMYK
RGB Variations
Color information
#CB1417 (or 0xCB1417) is known color: Fire Engine Red. HEX triplet: CB, 14 and 17. RGB value is (203,20,23). Sum of RGB (Red+Green+Blue) = 203+20+23=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1417 is #34EBE8. Grayscale: #4B4B4B. Windows color (decimal): -3468265 or 1512651. OLE color: 1512651.
HSL color Cylindrical-coordinate representation of color #CB1417: hue angle of 359.02º 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 #CB1417 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.20 |
| HSL | 359.02º | 0.82% | 0.44% | - |
| HSV(B) | 359.02º | 0.9% | 0.8% | - |
| XYZ | 25.03 | 13.26 | 2.05 | - |
| YUV | 75.06 | 98.63 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 23 | 0 | 0.90 | 0.89 | 0.20 | 359.02 | 0.82 | 0.44 |
| Hex | CB | 14 | 17 | 0 | 5A | 59 | 14 | 167 | 52 | 2C |
| Octal | 313 | 24 | 27 | 0 | 132 | 131 | 24 | 547 | 122 | 54 |
| Binary | 11001011 | 10100 | 10111 | 0 | 1011010 | 1011001 | 10100 | 101100111 | 1010010 | 101100 |
Color Harmonies of #CB1417
Complementary color
Monochromatic Colors of #CB1417
Black with #CB1417
Text Example
Text Example
White with #CB1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1417; }
p { color: rgb(203,20,23); }
H1.HeaderClassName
{
color: #CB1417;
}
.AnyTagClassName
{
color: #CB1417;
}
</style>
background-color css
<style>
a { background-color: #CB1417; }
a { background-color: rgb(203,20,23); }
div.DivClassName
{
background-color: #CB1417;
}
.BgClassName
{
background-color: #CB1417;
}
</style>
border-color css
<style>
span { border-color: #CB1417; }
span { border-color: rgb(203,20,23); }
td.TdClassName
{
border-color: #CB1417;
}
.TagClassName
{
border-color: #CB1417;
}
</style>