Shades of Fire Engine Red #CB1928
Tints of Fire Engine Red #CB1928
RGB
CMYK
RGB Variations
Color information
#CB1928 (or 0xCB1928) is known color: Fire Engine Red. HEX triplet: CB, 19 and 28. RGB value is (203,25,40). Sum of RGB (Red+Green+Blue) = 203+25+40=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1928 is #34E6D7. Grayscale: #505050. Windows color (decimal): -3466968 or 2628043. OLE color: 2628043.
HSL color Cylindrical-coordinate representation of color #CB1928: hue angle of 354.94º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1928 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 40 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.20 |
| HSL | 354.94º | 0.78% | 0.45% | - |
| HSV(B) | 354.94º | 0.88% | 0.8% | - |
| XYZ | 25.36 | 13.54 | 3.29 | - |
| YUV | 79.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 40 | 0 | 0.88 | 0.80 | 0.20 | 354.94 | 0.78 | 0.45 |
| Hex | CB | 19 | 28 | 0 | 58 | 50 | 14 | 163 | 4E | 2D |
| Octal | 313 | 31 | 50 | 0 | 130 | 120 | 24 | 543 | 116 | 55 |
| Binary | 11001011 | 11001 | 101000 | 0 | 1011000 | 1010000 | 10100 | 101100011 | 1001110 | 101101 |
Color Harmonies of #CB1928
Complementary color
Monochromatic Colors of #CB1928
Black with #CB1928
Text Example
Text Example
White with #CB1928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1928; }
p { color: rgb(203,25,40); }
H1.HeaderClassName
{
color: #CB1928;
}
.AnyTagClassName
{
color: #CB1928;
}
</style>
background-color css
<style>
a { background-color: #CB1928; }
a { background-color: rgb(203,25,40); }
div.DivClassName
{
background-color: #CB1928;
}
.BgClassName
{
background-color: #CB1928;
}
</style>
border-color css
<style>
span { border-color: #CB1928; }
span { border-color: rgb(203,25,40); }
td.TdClassName
{
border-color: #CB1928;
}
.TagClassName
{
border-color: #CB1928;
}
</style>