Shades of Fire Engine Red #CB1E2C
Tints of Fire Engine Red #CB1E2C
RGB
CMYK
RGB Variations
Color information
#CB1E2C (or 0xCB1E2C) is known color: Fire Engine Red. HEX triplet: CB, 1E and 2C. RGB value is (203,30,44). Sum of RGB (Red+Green+Blue) = 203+30+44=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E2C is #34E1D3. Grayscale: #535353. Windows color (decimal): -3465684 or 2891467. OLE color: 2891467.
HSL color Cylindrical-coordinate representation of color #CB1E2C: hue angle of 355.14º 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 #CB1E2C is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 44 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.20 |
| HSL | 355.14º | 0.74% | 0.46% | - |
| HSV(B) | 355.14º | 0.85% | 0.8% | - |
| XYZ | 25.55 | 13.81 | 3.7 | - |
| YUV | 83.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 44 | 0 | 0.85 | 0.78 | 0.20 | 355.14 | 0.74 | 0.46 |
| Hex | CB | 1E | 2C | 0 | 55 | 4E | 14 | 163 | 4A | 2E |
| Octal | 313 | 36 | 54 | 0 | 125 | 116 | 24 | 543 | 112 | 56 |
| Binary | 11001011 | 11110 | 101100 | 0 | 1010101 | 1001110 | 10100 | 101100011 | 1001010 | 101110 |
Color Harmonies of #CB1E2C
Complementary color
Monochromatic Colors of #CB1E2C
Black with #CB1E2C
Text Example
Text Example
White with #CB1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E2C; }
p { color: rgb(203,30,44); }
H1.HeaderClassName
{
color: #CB1E2C;
}
.AnyTagClassName
{
color: #CB1E2C;
}
</style>
background-color css
<style>
a { background-color: #CB1E2C; }
a { background-color: rgb(203,30,44); }
div.DivClassName
{
background-color: #CB1E2C;
}
.BgClassName
{
background-color: #CB1E2C;
}
</style>
border-color css
<style>
span { border-color: #CB1E2C; }
span { border-color: rgb(203,30,44); }
td.TdClassName
{
border-color: #CB1E2C;
}
.TagClassName
{
border-color: #CB1E2C;
}
</style>