Shades of Fire Engine Red #CB1721
Tints of Fire Engine Red #CB1721
RGB
CMYK
RGB Variations
Color information
#CB1721 (or 0xCB1721) is known color: Fire Engine Red. HEX triplet: CB, 17 and 21. RGB value is (203,23,33). Sum of RGB (Red+Green+Blue) = 203+23+33=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1721 is #34E8DE. Grayscale: #4E4E4E. Windows color (decimal): -3467487 or 2168779. OLE color: 2168779.
HSL color Cylindrical-coordinate representation of color #CB1721: hue angle of 356.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1721 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 33 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.20 |
| HSL | 356.67º | 0.8% | 0.44% | - |
| HSV(B) | 356.67º | 0.89% | 0.8% | - |
| XYZ | 25.21 | 13.42 | 2.7 | - |
| YUV | 77.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 33 | 0 | 0.89 | 0.84 | 0.20 | 356.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 21 | 0 | 59 | 54 | 14 | 165 | 50 | 2C |
| Octal | 313 | 27 | 41 | 0 | 131 | 124 | 24 | 545 | 120 | 54 |
| Binary | 11001011 | 10111 | 100001 | 0 | 1011001 | 1010100 | 10100 | 101100101 | 1010000 | 101100 |
Color Harmonies of #CB1721
Complementary color
Monochromatic Colors of #CB1721
Black with #CB1721
Text Example
Text Example
White with #CB1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1721; }
p { color: rgb(203,23,33); }
H1.HeaderClassName
{
color: #CB1721;
}
.AnyTagClassName
{
color: #CB1721;
}
</style>
background-color css
<style>
a { background-color: #CB1721; }
a { background-color: rgb(203,23,33); }
div.DivClassName
{
background-color: #CB1721;
}
.BgClassName
{
background-color: #CB1721;
}
</style>
border-color css
<style>
span { border-color: #CB1721; }
span { border-color: rgb(203,23,33); }
td.TdClassName
{
border-color: #CB1721;
}
.TagClassName
{
border-color: #CB1721;
}
</style>