Shades of Fire Engine Red #CB1E28
Tints of Fire Engine Red #CB1E28
RGB
CMYK
RGB Variations
Color information
#CB1E28 (or 0xCB1E28) is known color: Fire Engine Red. HEX triplet: CB, 1E and 28. RGB value is (203,30,40). Sum of RGB (Red+Green+Blue) = 203+30+40=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E28 is #34E1D7. Grayscale: #535353. Windows color (decimal): -3465688 or 2629323. OLE color: 2629323.
HSL color Cylindrical-coordinate representation of color #CB1E28: hue angle of 356.53º 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 #CB1E28 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 40 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.20 |
| HSL | 356.53º | 0.74% | 0.46% | - |
| HSV(B) | 356.53º | 0.85% | 0.8% | - |
| XYZ | 25.48 | 13.78 | 3.32 | - |
| YUV | 82.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 40 | 0 | 0.85 | 0.80 | 0.20 | 356.53 | 0.74 | 0.46 |
| Hex | CB | 1E | 28 | 0 | 55 | 50 | 14 | 165 | 4A | 2E |
| Octal | 313 | 36 | 50 | 0 | 125 | 120 | 24 | 545 | 112 | 56 |
| Binary | 11001011 | 11110 | 101000 | 0 | 1010101 | 1010000 | 10100 | 101100101 | 1001010 | 101110 |
Color Harmonies of #CB1E28
Complementary color
Monochromatic Colors of #CB1E28
Black with #CB1E28
Text Example
Text Example
White with #CB1E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E28; }
p { color: rgb(203,30,40); }
H1.HeaderClassName
{
color: #CB1E28;
}
.AnyTagClassName
{
color: #CB1E28;
}
</style>
background-color css
<style>
a { background-color: #CB1E28; }
a { background-color: rgb(203,30,40); }
div.DivClassName
{
background-color: #CB1E28;
}
.BgClassName
{
background-color: #CB1E28;
}
</style>
border-color css
<style>
span { border-color: #CB1E28; }
span { border-color: rgb(203,30,40); }
td.TdClassName
{
border-color: #CB1E28;
}
.TagClassName
{
border-color: #CB1E28;
}
</style>