Shades of Fire Engine Red #CB1F24
Tints of Fire Engine Red #CB1F24
RGB
CMYK
RGB Variations
Color information
#CB1F24 (or 0xCB1F24) is known color: Fire Engine Red. HEX triplet: CB, 1F and 24. RGB value is (203,31,36). Sum of RGB (Red+Green+Blue) = 203+31+36=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F24 is #34E0DB. Grayscale: #535353. Windows color (decimal): -3465436 or 2367435. OLE color: 2367435.
HSL color Cylindrical-coordinate representation of color #CB1F24: hue angle of 358.26º 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 #CB1F24 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 36 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.20 |
| HSL | 358.26º | 0.74% | 0.46% | - |
| HSV(B) | 358.26º | 0.85% | 0.8% | - |
| XYZ | 25.44 | 13.8 | 2.99 | - |
| YUV | 83 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 36 | 0 | 0.85 | 0.82 | 0.20 | 358.26 | 0.74 | 0.46 |
| Hex | CB | 1F | 24 | 0 | 55 | 52 | 14 | 166 | 4A | 2E |
| Octal | 313 | 37 | 44 | 0 | 125 | 122 | 24 | 546 | 112 | 56 |
| Binary | 11001011 | 11111 | 100100 | 0 | 1010101 | 1010010 | 10100 | 101100110 | 1001010 | 101110 |
Color Harmonies of #CB1F24
Complementary color
Monochromatic Colors of #CB1F24
Black with #CB1F24
Text Example
Text Example
White with #CB1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F24; }
p { color: rgb(203,31,36); }
H1.HeaderClassName
{
color: #CB1F24;
}
.AnyTagClassName
{
color: #CB1F24;
}
</style>
background-color css
<style>
a { background-color: #CB1F24; }
a { background-color: rgb(203,31,36); }
div.DivClassName
{
background-color: #CB1F24;
}
.BgClassName
{
background-color: #CB1F24;
}
</style>
border-color css
<style>
span { border-color: #CB1F24; }
span { border-color: rgb(203,31,36); }
td.TdClassName
{
border-color: #CB1F24;
}
.TagClassName
{
border-color: #CB1F24;
}
</style>