Shades of Fire Engine Red #CB1518
Tints of Fire Engine Red #CB1518
RGB
CMYK
RGB Variations
Color information
#CB1518 (or 0xCB1518) is known color: Fire Engine Red. HEX triplet: CB, 15 and 18. RGB value is (203,21,24). Sum of RGB (Red+Green+Blue) = 203+21+24=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1518 is #34EAE7. Grayscale: #4B4B4B. Windows color (decimal): -3468008 or 1578443. OLE color: 1578443.
HSL color Cylindrical-coordinate representation of color #CB1518: hue angle of 359.01º 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 #CB1518 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 24 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.20 |
| HSL | 359.01º | 0.81% | 0.44% | - |
| HSV(B) | 359.01º | 0.9% | 0.8% | - |
| XYZ | 25.06 | 13.3 | 2.11 | - |
| YUV | 75.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 24 | 0 | 0.90 | 0.88 | 0.20 | 359.01 | 0.81 | 0.44 |
| Hex | CB | 15 | 18 | 0 | 5A | 58 | 14 | 167 | 51 | 2C |
| Octal | 313 | 25 | 30 | 0 | 132 | 130 | 24 | 547 | 121 | 54 |
| Binary | 11001011 | 10101 | 11000 | 0 | 1011010 | 1011000 | 10100 | 101100111 | 1010001 | 101100 |
Color Harmonies of #CB1518
Complementary color
Monochromatic Colors of #CB1518
Black with #CB1518
Text Example
Text Example
White with #CB1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1518; }
p { color: rgb(203,21,24); }
H1.HeaderClassName
{
color: #CB1518;
}
.AnyTagClassName
{
color: #CB1518;
}
</style>
background-color css
<style>
a { background-color: #CB1518; }
a { background-color: rgb(203,21,24); }
div.DivClassName
{
background-color: #CB1518;
}
.BgClassName
{
background-color: #CB1518;
}
</style>
border-color css
<style>
span { border-color: #CB1518; }
span { border-color: rgb(203,21,24); }
td.TdClassName
{
border-color: #CB1518;
}
.TagClassName
{
border-color: #CB1518;
}
</style>