Shades of Fire Engine Red #CE1729
Tints of Fire Engine Red #CE1729
RGB
CMYK
RGB Variations
Color information
#CE1729 (or 0xCE1729) is known color: Fire Engine Red. HEX triplet: CE, 17 and 29. RGB value is (206,23,41). Sum of RGB (Red+Green+Blue) = 206+23+41=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1729 is #31E8D6. Grayscale: #4F4F4F. Windows color (decimal): -3270871 or 2693070. OLE color: 2693070.
HSL color Cylindrical-coordinate representation of color #CE1729: hue angle of 354.1º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1729 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 41 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.19 |
| HSL | 354.1º | 0.8% | 0.45% | - |
| HSV(B) | 354.1º | 0.89% | 0.81% | - |
| XYZ | 26.16 | 13.89 | 3.4 | - |
| YUV | 79.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 41 | 0 | 0.89 | 0.80 | 0.19 | 354.1 | 0.8 | 0.45 |
| Hex | CE | 17 | 29 | 0 | 59 | 50 | 13 | 162 | 50 | 2D |
| Octal | 316 | 27 | 51 | 0 | 131 | 120 | 23 | 542 | 120 | 55 |
| Binary | 11001110 | 10111 | 101001 | 0 | 1011001 | 1010000 | 10011 | 101100010 | 1010000 | 101101 |
Color Harmonies of #CE1729
Complementary color
Monochromatic Colors of #CE1729
Black with #CE1729
Text Example
Text Example
White with #CE1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1729; }
p { color: rgb(206,23,41); }
H1.HeaderClassName
{
color: #CE1729;
}
.AnyTagClassName
{
color: #CE1729;
}
</style>
background-color css
<style>
a { background-color: #CE1729; }
a { background-color: rgb(206,23,41); }
div.DivClassName
{
background-color: #CE1729;
}
.BgClassName
{
background-color: #CE1729;
}
</style>
border-color css
<style>
span { border-color: #CE1729; }
span { border-color: rgb(206,23,41); }
td.TdClassName
{
border-color: #CE1729;
}
.TagClassName
{
border-color: #CE1729;
}
</style>