Shades of Fire Engine Red #CB1F20
Tints of Fire Engine Red #CB1F20
RGB
CMYK
RGB Variations
Color information
#CB1F20 (or 0xCB1F20) is known color: Fire Engine Red. HEX triplet: CB, 1F and 20. RGB value is (203,31,32). Sum of RGB (Red+Green+Blue) = 203+31+32=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F20 is #34E0DF. Grayscale: #525252. Windows color (decimal): -3465440 or 2105291. OLE color: 2105291.
HSL color Cylindrical-coordinate representation of color #CB1F20: hue angle of 359.65º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F20 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 32 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.20 |
| HSL | 359.65º | 0.74% | 0.46% | - |
| HSV(B) | 359.65º | 0.85% | 0.8% | - |
| XYZ | 25.38 | 13.78 | 2.69 | - |
| YUV | 82.54 | 99.48 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 32 | 0 | 0.85 | 0.84 | 0.20 | 359.65 | 0.74 | 0.46 |
| Hex | CB | 1F | 20 | 0 | 55 | 54 | 14 | 168 | 4A | 2E |
| Octal | 313 | 37 | 40 | 0 | 125 | 124 | 24 | 550 | 112 | 56 |
| Binary | 11001011 | 11111 | 100000 | 0 | 1010101 | 1010100 | 10100 | 101101000 | 1001010 | 101110 |
Color Harmonies of #CB1F20
Complementary color
Monochromatic Colors of #CB1F20
Black with #CB1F20
Text Example
Text Example
White with #CB1F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F20; }
p { color: rgb(203,31,32); }
H1.HeaderClassName
{
color: #CB1F20;
}
.AnyTagClassName
{
color: #CB1F20;
}
</style>
background-color css
<style>
a { background-color: #CB1F20; }
a { background-color: rgb(203,31,32); }
div.DivClassName
{
background-color: #CB1F20;
}
.BgClassName
{
background-color: #CB1F20;
}
</style>
border-color css
<style>
span { border-color: #CB1F20; }
span { border-color: rgb(203,31,32); }
td.TdClassName
{
border-color: #CB1F20;
}
.TagClassName
{
border-color: #CB1F20;
}
</style>