Shades of Fire Engine Red #CB121B
Tints of Fire Engine Red #CB121B
RGB
CMYK
RGB Variations
Color information
#CB121B (or 0xCB121B) is known color: Fire Engine Red. HEX triplet: CB, 12 and 1B. RGB value is (203,18,27). Sum of RGB (Red+Green+Blue) = 203+18+27=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB121B is #34EDE4. Grayscale: #4A4A4A. Windows color (decimal): -3468773 or 1774283. OLE color: 1774283.
HSL color Cylindrical-coordinate representation of color #CB121B: hue angle of 357.08º 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 #CB121B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.20 |
| HSL | 357.08º | 0.84% | 0.43% | - |
| HSV(B) | 357.08º | 0.91% | 0.8% | - |
| XYZ | 25.04 | 13.21 | 2.27 | - |
| YUV | 74.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 27 | 0 | 0.91 | 0.87 | 0.20 | 357.08 | 0.84 | 0.43 |
| Hex | CB | 12 | 1B | 0 | 5B | 57 | 14 | 165 | 54 | 2B |
| Octal | 313 | 22 | 33 | 0 | 133 | 127 | 24 | 545 | 124 | 53 |
| Binary | 11001011 | 10010 | 11011 | 0 | 1011011 | 1010111 | 10100 | 101100101 | 1010100 | 101011 |
Color Harmonies of #CB121B
Complementary color
Monochromatic Colors of #CB121B
Black with #CB121B
Text Example
Text Example
White with #CB121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB121B; }
p { color: rgb(203,18,27); }
H1.HeaderClassName
{
color: #CB121B;
}
.AnyTagClassName
{
color: #CB121B;
}
</style>
background-color css
<style>
a { background-color: #CB121B; }
a { background-color: rgb(203,18,27); }
div.DivClassName
{
background-color: #CB121B;
}
.BgClassName
{
background-color: #CB121B;
}
</style>
border-color css
<style>
span { border-color: #CB121B; }
span { border-color: rgb(203,18,27); }
td.TdClassName
{
border-color: #CB121B;
}
.TagClassName
{
border-color: #CB121B;
}
</style>