Shades of Fire Engine Red #CB1222
Tints of Fire Engine Red #CB1222
RGB
CMYK
RGB Variations
Color information
#CB1222 (or 0xCB1222) is known color: Fire Engine Red. HEX triplet: CB, 12 and 22. RGB value is (203,18,34). Sum of RGB (Red+Green+Blue) = 203+18+34=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1222 is #34EDDD. Grayscale: #4B4B4B. Windows color (decimal): -3468766 or 2233035. OLE color: 2233035.
HSL color Cylindrical-coordinate representation of color #CB1222: hue angle of 354.81º 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 #CB1222 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.20 |
| HSL | 354.81º | 0.84% | 0.43% | - |
| HSV(B) | 354.81º | 0.91% | 0.8% | - |
| XYZ | 25.13 | 13.24 | 2.75 | - |
| YUV | 75.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 34 | 0 | 0.91 | 0.83 | 0.20 | 354.81 | 0.84 | 0.43 |
| Hex | CB | 12 | 22 | 0 | 5B | 53 | 14 | 163 | 54 | 2B |
| Octal | 313 | 22 | 42 | 0 | 133 | 123 | 24 | 543 | 124 | 53 |
| Binary | 11001011 | 10010 | 100010 | 0 | 1011011 | 1010011 | 10100 | 101100011 | 1010100 | 101011 |
Color Harmonies of #CB1222
Complementary color
Monochromatic Colors of #CB1222
Black with #CB1222
Text Example
Text Example
White with #CB1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1222; }
p { color: rgb(203,18,34); }
H1.HeaderClassName
{
color: #CB1222;
}
.AnyTagClassName
{
color: #CB1222;
}
</style>
background-color css
<style>
a { background-color: #CB1222; }
a { background-color: rgb(203,18,34); }
div.DivClassName
{
background-color: #CB1222;
}
.BgClassName
{
background-color: #CB1222;
}
</style>
border-color css
<style>
span { border-color: #CB1222; }
span { border-color: rgb(203,18,34); }
td.TdClassName
{
border-color: #CB1222;
}
.TagClassName
{
border-color: #CB1222;
}
</style>