Shades of Fire Engine Red #CB1529
Tints of Fire Engine Red #CB1529
RGB
CMYK
RGB Variations
Color information
#CB1529 (or 0xCB1529) is known color: Fire Engine Red. HEX triplet: CB, 15 and 29. RGB value is (203,21,41). Sum of RGB (Red+Green+Blue) = 203+21+41=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1529 is #34EAD6. Grayscale: #4D4D4D. Windows color (decimal): -3467991 or 2692555. OLE color: 2692555.
HSL color Cylindrical-coordinate representation of color #CB1529: hue angle of 353.41º 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 #CB1529 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 41 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.20 |
| HSL | 353.41º | 0.81% | 0.44% | - |
| HSV(B) | 353.41º | 0.9% | 0.8% | - |
| XYZ | 25.3 | 13.39 | 3.35 | - |
| YUV | 77.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 41 | 0 | 0.90 | 0.80 | 0.20 | 353.41 | 0.81 | 0.44 |
| Hex | CB | 15 | 29 | 0 | 5A | 50 | 14 | 161 | 51 | 2C |
| Octal | 313 | 25 | 51 | 0 | 132 | 120 | 24 | 541 | 121 | 54 |
| Binary | 11001011 | 10101 | 101001 | 0 | 1011010 | 1010000 | 10100 | 101100001 | 1010001 | 101100 |
Color Harmonies of #CB1529
Complementary color
Monochromatic Colors of #CB1529
Black with #CB1529
Text Example
Text Example
White with #CB1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1529; }
p { color: rgb(203,21,41); }
H1.HeaderClassName
{
color: #CB1529;
}
.AnyTagClassName
{
color: #CB1529;
}
</style>
background-color css
<style>
a { background-color: #CB1529; }
a { background-color: rgb(203,21,41); }
div.DivClassName
{
background-color: #CB1529;
}
.BgClassName
{
background-color: #CB1529;
}
</style>
border-color css
<style>
span { border-color: #CB1529; }
span { border-color: rgb(203,21,41); }
td.TdClassName
{
border-color: #CB1529;
}
.TagClassName
{
border-color: #CB1529;
}
</style>