Shades of Fire Engine Red #CB1822
Tints of Fire Engine Red #CB1822
RGB
CMYK
RGB Variations
Color information
#CB1822 (or 0xCB1822) is known color: Fire Engine Red. HEX triplet: CB, 18 and 22. RGB value is (203,24,34). Sum of RGB (Red+Green+Blue) = 203+24+34=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1822 is #34E7DD. Grayscale: #4E4E4E. Windows color (decimal): -3467230 or 2234571. OLE color: 2234571.
HSL color Cylindrical-coordinate representation of color #CB1822: hue angle of 356.65º degrees, saturation: 0.79, 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 #CB1822 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.20 |
| HSL | 356.65º | 0.79% | 0.45% | - |
| HSV(B) | 356.65º | 0.88% | 0.8% | - |
| XYZ | 25.24 | 13.47 | 2.78 | - |
| YUV | 78.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 34 | 0 | 0.88 | 0.83 | 0.20 | 356.65 | 0.79 | 0.45 |
| Hex | CB | 18 | 22 | 0 | 58 | 53 | 14 | 165 | 4F | 2D |
| Octal | 313 | 30 | 42 | 0 | 130 | 123 | 24 | 545 | 117 | 55 |
| Binary | 11001011 | 11000 | 100010 | 0 | 1011000 | 1010011 | 10100 | 101100101 | 1001111 | 101101 |
Color Harmonies of #CB1822
Complementary color
Monochromatic Colors of #CB1822
Black with #CB1822
Text Example
Text Example
White with #CB1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1822; }
p { color: rgb(203,24,34); }
H1.HeaderClassName
{
color: #CB1822;
}
.AnyTagClassName
{
color: #CB1822;
}
</style>
background-color css
<style>
a { background-color: #CB1822; }
a { background-color: rgb(203,24,34); }
div.DivClassName
{
background-color: #CB1822;
}
.BgClassName
{
background-color: #CB1822;
}
</style>
border-color css
<style>
span { border-color: #CB1822; }
span { border-color: rgb(203,24,34); }
td.TdClassName
{
border-color: #CB1822;
}
.TagClassName
{
border-color: #CB1822;
}
</style>