Shades of Fire Engine Red #CB1224
Tints of Fire Engine Red #CB1224
RGB
CMYK
RGB Variations
Color information
#CB1224 (or 0xCB1224) is known color: Fire Engine Red. HEX triplet: CB, 12 and 24. RGB value is (203,18,36). Sum of RGB (Red+Green+Blue) = 203+18+36=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1224 is #34EDDB. Grayscale: #4B4B4B. Windows color (decimal): -3468764 or 2364107. OLE color: 2364107.
HSL color Cylindrical-coordinate representation of color #CB1224: hue angle of 354.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1224 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 36 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.20 |
| HSL | 354.16º | 0.84% | 0.43% | - |
| HSV(B) | 354.16º | 0.91% | 0.8% | - |
| XYZ | 25.16 | 13.26 | 2.9 | - |
| YUV | 75.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 36 | 0 | 0.91 | 0.82 | 0.20 | 354.16 | 0.84 | 0.43 |
| Hex | CB | 12 | 24 | 0 | 5B | 52 | 14 | 162 | 54 | 2B |
| Octal | 313 | 22 | 44 | 0 | 133 | 122 | 24 | 542 | 124 | 53 |
| Binary | 11001011 | 10010 | 100100 | 0 | 1011011 | 1010010 | 10100 | 101100010 | 1010100 | 101011 |
Color Harmonies of #CB1224
Complementary color
Monochromatic Colors of #CB1224
Black with #CB1224
Text Example
Text Example
White with #CB1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1224; }
p { color: rgb(203,18,36); }
H1.HeaderClassName
{
color: #CB1224;
}
.AnyTagClassName
{
color: #CB1224;
}
</style>
background-color css
<style>
a { background-color: #CB1224; }
a { background-color: rgb(203,18,36); }
div.DivClassName
{
background-color: #CB1224;
}
.BgClassName
{
background-color: #CB1224;
}
</style>
border-color css
<style>
span { border-color: #CB1224; }
span { border-color: rgb(203,18,36); }
td.TdClassName
{
border-color: #CB1224;
}
.TagClassName
{
border-color: #CB1224;
}
</style>