Shades of Fire Engine Red #CB1429
Tints of Fire Engine Red #CB1429
RGB
CMYK
RGB Variations
Color information
#CB1429 (or 0xCB1429) is known color: Fire Engine Red. HEX triplet: CB, 14 and 29. RGB value is (203,20,41). Sum of RGB (Red+Green+Blue) = 203+20+41=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1429 is #34EBD6. Grayscale: #4D4D4D. Windows color (decimal): -3468247 or 2692299. OLE color: 2692299.
HSL color Cylindrical-coordinate representation of color #CB1429: hue angle of 353.11º degrees, saturation: 0.82, 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 #CB1429 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 41 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.20 |
| HSL | 353.11º | 0.82% | 0.44% | - |
| HSV(B) | 353.11º | 0.9% | 0.8% | - |
| XYZ | 25.28 | 13.36 | 3.34 | - |
| YUV | 77.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 41 | 0 | 0.90 | 0.80 | 0.20 | 353.11 | 0.82 | 0.44 |
| Hex | CB | 14 | 29 | 0 | 5A | 50 | 14 | 161 | 52 | 2C |
| Octal | 313 | 24 | 51 | 0 | 132 | 120 | 24 | 541 | 122 | 54 |
| Binary | 11001011 | 10100 | 101001 | 0 | 1011010 | 1010000 | 10100 | 101100001 | 1010010 | 101100 |
Color Harmonies of #CB1429
Complementary color
Monochromatic Colors of #CB1429
Black with #CB1429
Text Example
Text Example
White with #CB1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1429; }
p { color: rgb(203,20,41); }
H1.HeaderClassName
{
color: #CB1429;
}
.AnyTagClassName
{
color: #CB1429;
}
</style>
background-color css
<style>
a { background-color: #CB1429; }
a { background-color: rgb(203,20,41); }
div.DivClassName
{
background-color: #CB1429;
}
.BgClassName
{
background-color: #CB1429;
}
</style>
border-color css
<style>
span { border-color: #CB1429; }
span { border-color: rgb(203,20,41); }
td.TdClassName
{
border-color: #CB1429;
}
.TagClassName
{
border-color: #CB1429;
}
</style>