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