Shades of Fire Engine Red #CB1920
Tints of Fire Engine Red #CB1920
RGB
CMYK
RGB Variations
Color information
#CB1920 (or 0xCB1920) is known color: Fire Engine Red. HEX triplet: CB, 19 and 20. RGB value is (203,25,32). Sum of RGB (Red+Green+Blue) = 203+25+32=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1920 is #34E6DF. Grayscale: #4F4F4F. Windows color (decimal): -3466976 or 2103755. OLE color: 2103755.
HSL color Cylindrical-coordinate representation of color #CB1920: hue angle of 357.64º 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 #CB1920 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.20 |
| HSL | 357.64º | 0.78% | 0.45% | - |
| HSV(B) | 357.64º | 0.88% | 0.8% | - |
| XYZ | 25.24 | 13.5 | 2.64 | - |
| YUV | 79.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 32 | 0 | 0.88 | 0.84 | 0.20 | 357.64 | 0.78 | 0.45 |
| Hex | CB | 19 | 20 | 0 | 58 | 54 | 14 | 166 | 4E | 2D |
| Octal | 313 | 31 | 40 | 0 | 130 | 124 | 24 | 546 | 116 | 55 |
| Binary | 11001011 | 11001 | 100000 | 0 | 1011000 | 1010100 | 10100 | 101100110 | 1001110 | 101101 |
Color Harmonies of #CB1920
Complementary color
Monochromatic Colors of #CB1920
Black with #CB1920
Text Example
Text Example
White with #CB1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1920; }
p { color: rgb(203,25,32); }
H1.HeaderClassName
{
color: #CB1920;
}
.AnyTagClassName
{
color: #CB1920;
}
</style>
background-color css
<style>
a { background-color: #CB1920; }
a { background-color: rgb(203,25,32); }
div.DivClassName
{
background-color: #CB1920;
}
.BgClassName
{
background-color: #CB1920;
}
</style>
border-color css
<style>
span { border-color: #CB1920; }
span { border-color: rgb(203,25,32); }
td.TdClassName
{
border-color: #CB1920;
}
.TagClassName
{
border-color: #CB1920;
}
</style>