Shades of Fire Engine Red #CB1122
Tints of Fire Engine Red #CB1122
RGB
CMYK
RGB Variations
Color information
#CB1122 (or 0xCB1122) is known color: Fire Engine Red. HEX triplet: CB, 11 and 22. RGB value is (203,17,34). Sum of RGB (Red+Green+Blue) = 203+17+34=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1122 is #34EEDD. Grayscale: #4A4A4A. Windows color (decimal): -3469022 or 2232779. OLE color: 2232779.
HSL color Cylindrical-coordinate representation of color #CB1122: hue angle of 354.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1122 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 34 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.20 |
| HSL | 354.52º | 0.85% | 0.43% | - |
| HSV(B) | 354.52º | 0.92% | 0.8% | - |
| XYZ | 25.12 | 13.21 | 2.74 | - |
| YUV | 74.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 34 | 0 | 0.92 | 0.83 | 0.20 | 354.52 | 0.85 | 0.43 |
| Hex | CB | 11 | 22 | 0 | 5C | 53 | 14 | 163 | 55 | 2B |
| Octal | 313 | 21 | 42 | 0 | 134 | 123 | 24 | 543 | 125 | 53 |
| Binary | 11001011 | 10001 | 100010 | 0 | 1011100 | 1010011 | 10100 | 101100011 | 1010101 | 101011 |
Color Harmonies of #CB1122
Complementary color
Monochromatic Colors of #CB1122
Black with #CB1122
Text Example
Text Example
White with #CB1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1122; }
p { color: rgb(203,17,34); }
H1.HeaderClassName
{
color: #CB1122;
}
.AnyTagClassName
{
color: #CB1122;
}
</style>
background-color css
<style>
a { background-color: #CB1122; }
a { background-color: rgb(203,17,34); }
div.DivClassName
{
background-color: #CB1122;
}
.BgClassName
{
background-color: #CB1122;
}
</style>
border-color css
<style>
span { border-color: #CB1122; }
span { border-color: rgb(203,17,34); }
td.TdClassName
{
border-color: #CB1122;
}
.TagClassName
{
border-color: #CB1122;
}
</style>