Shades of Fire Engine Red #CB1516
Tints of Fire Engine Red #CB1516
RGB
CMYK
RGB Variations
Color information
#CB1516 (or 0xCB1516) is known color: Fire Engine Red. HEX triplet: CB, 15 and 16. RGB value is (203,21,22). Sum of RGB (Red+Green+Blue) = 203+21+22=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1516 is #34EAE9. Grayscale: #4B4B4B. Windows color (decimal): -3468010 or 1447371. OLE color: 1447371.
HSL color Cylindrical-coordinate representation of color #CB1516: hue angle of 359.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1516 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.20 |
| HSL | 359.67º | 0.81% | 0.44% | - |
| HSV(B) | 359.67º | 0.9% | 0.8% | - |
| XYZ | 25.04 | 13.29 | 2 | - |
| YUV | 75.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 22 | 0 | 0.90 | 0.89 | 0.20 | 359.67 | 0.81 | 0.44 |
| Hex | CB | 15 | 16 | 0 | 5A | 59 | 14 | 168 | 51 | 2C |
| Octal | 313 | 25 | 26 | 0 | 132 | 131 | 24 | 550 | 121 | 54 |
| Binary | 11001011 | 10101 | 10110 | 0 | 1011010 | 1011001 | 10100 | 101101000 | 1010001 | 101100 |
Color Harmonies of #CB1516
Complementary color
Monochromatic Colors of #CB1516
Black with #CB1516
Text Example
Text Example
White with #CB1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1516; }
p { color: rgb(203,21,22); }
H1.HeaderClassName
{
color: #CB1516;
}
.AnyTagClassName
{
color: #CB1516;
}
</style>
background-color css
<style>
a { background-color: #CB1516; }
a { background-color: rgb(203,21,22); }
div.DivClassName
{
background-color: #CB1516;
}
.BgClassName
{
background-color: #CB1516;
}
</style>
border-color css
<style>
span { border-color: #CB1516; }
span { border-color: rgb(203,21,22); }
td.TdClassName
{
border-color: #CB1516;
}
.TagClassName
{
border-color: #CB1516;
}
</style>