Shades of Fire Engine Red #CB1520
Tints of Fire Engine Red #CB1520
RGB
CMYK
RGB Variations
Color information
#CB1520 (or 0xCB1520) is known color: Fire Engine Red. HEX triplet: CB, 15 and 20. RGB value is (203,21,32). Sum of RGB (Red+Green+Blue) = 203+21+32=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1520 is #34EADF. Grayscale: #4C4C4C. Windows color (decimal): -3468000 or 2102731. OLE color: 2102731.
HSL color Cylindrical-coordinate representation of color #CB1520: hue angle of 356.37º 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 #CB1520 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.20 |
| HSL | 356.37º | 0.81% | 0.44% | - |
| HSV(B) | 356.37º | 0.9% | 0.8% | - |
| XYZ | 25.16 | 13.34 | 2.61 | - |
| YUV | 76.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 32 | 0 | 0.90 | 0.84 | 0.20 | 356.37 | 0.81 | 0.44 |
| Hex | CB | 15 | 20 | 0 | 5A | 54 | 14 | 164 | 51 | 2C |
| Octal | 313 | 25 | 40 | 0 | 132 | 124 | 24 | 544 | 121 | 54 |
| Binary | 11001011 | 10101 | 100000 | 0 | 1011010 | 1010100 | 10100 | 101100100 | 1010001 | 101100 |
Color Harmonies of #CB1520
Complementary color
Monochromatic Colors of #CB1520
Black with #CB1520
Text Example
Text Example
White with #CB1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1520; }
p { color: rgb(203,21,32); }
H1.HeaderClassName
{
color: #CB1520;
}
.AnyTagClassName
{
color: #CB1520;
}
</style>
background-color css
<style>
a { background-color: #CB1520; }
a { background-color: rgb(203,21,32); }
div.DivClassName
{
background-color: #CB1520;
}
.BgClassName
{
background-color: #CB1520;
}
</style>
border-color css
<style>
span { border-color: #CB1520; }
span { border-color: rgb(203,21,32); }
td.TdClassName
{
border-color: #CB1520;
}
.TagClassName
{
border-color: #CB1520;
}
</style>