Shades of Fire Engine Red #CB1729
Tints of Fire Engine Red #CB1729
RGB
CMYK
RGB Variations
Color information
#CB1729 (or 0xCB1729) is known color: Fire Engine Red. HEX triplet: CB, 17 and 29. RGB value is (203,23,41). Sum of RGB (Red+Green+Blue) = 203+23+41=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1729 is #34E8D6. Grayscale: #4E4E4E. Windows color (decimal): -3467479 or 2693067. OLE color: 2693067.
HSL color Cylindrical-coordinate representation of color #CB1729: hue angle of 354º 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 #CB1729 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 41 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.20 |
| HSL | 354º | 0.8% | 0.44% | - |
| HSV(B) | 354º | 0.89% | 0.8% | - |
| XYZ | 25.34 | 13.47 | 3.36 | - |
| YUV | 78.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 41 | 0 | 0.89 | 0.80 | 0.20 | 354 | 0.8 | 0.44 |
| Hex | CB | 17 | 29 | 0 | 59 | 50 | 14 | 162 | 50 | 2C |
| Octal | 313 | 27 | 51 | 0 | 131 | 120 | 24 | 542 | 120 | 54 |
| Binary | 11001011 | 10111 | 101001 | 0 | 1011001 | 1010000 | 10100 | 101100010 | 1010000 | 101100 |
Color Harmonies of #CB1729
Complementary color
Monochromatic Colors of #CB1729
Black with #CB1729
Text Example
Text Example
White with #CB1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1729; }
p { color: rgb(203,23,41); }
H1.HeaderClassName
{
color: #CB1729;
}
.AnyTagClassName
{
color: #CB1729;
}
</style>
background-color css
<style>
a { background-color: #CB1729; }
a { background-color: rgb(203,23,41); }
div.DivClassName
{
background-color: #CB1729;
}
.BgClassName
{
background-color: #CB1729;
}
</style>
border-color css
<style>
span { border-color: #CB1729; }
span { border-color: rgb(203,23,41); }
td.TdClassName
{
border-color: #CB1729;
}
.TagClassName
{
border-color: #CB1729;
}
</style>