Shades of Fire Engine Red #CB1619
Tints of Fire Engine Red #CB1619
RGB
CMYK
RGB Variations
Color information
#CB1619 (or 0xCB1619) is known color: Fire Engine Red. HEX triplet: CB, 16 and 19. RGB value is (203,22,25). Sum of RGB (Red+Green+Blue) = 203+22+25=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1619 is #34E9E6. Grayscale: #4C4C4C. Windows color (decimal): -3467751 or 1644235. OLE color: 1644235.
HSL color Cylindrical-coordinate representation of color #CB1619: hue angle of 359.01º 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 #CB1619 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.20 |
| HSL | 359.01º | 0.8% | 0.44% | - |
| HSV(B) | 359.01º | 0.89% | 0.8% | - |
| XYZ | 25.09 | 13.34 | 2.17 | - |
| YUV | 76.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 25 | 0 | 0.89 | 0.88 | 0.20 | 359.01 | 0.8 | 0.44 |
| Hex | CB | 16 | 19 | 0 | 59 | 58 | 14 | 167 | 50 | 2C |
| Octal | 313 | 26 | 31 | 0 | 131 | 130 | 24 | 547 | 120 | 54 |
| Binary | 11001011 | 10110 | 11001 | 0 | 1011001 | 1011000 | 10100 | 101100111 | 1010000 | 101100 |
Color Harmonies of #CB1619
Complementary color
Monochromatic Colors of #CB1619
Black with #CB1619
Text Example
Text Example
White with #CB1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1619; }
p { color: rgb(203,22,25); }
H1.HeaderClassName
{
color: #CB1619;
}
.AnyTagClassName
{
color: #CB1619;
}
</style>
background-color css
<style>
a { background-color: #CB1619; }
a { background-color: rgb(203,22,25); }
div.DivClassName
{
background-color: #CB1619;
}
.BgClassName
{
background-color: #CB1619;
}
</style>
border-color css
<style>
span { border-color: #CB1619; }
span { border-color: rgb(203,22,25); }
td.TdClassName
{
border-color: #CB1619;
}
.TagClassName
{
border-color: #CB1619;
}
</style>