Shades of Fire Engine Red #CE1927
Tints of Fire Engine Red #CE1927
RGB
CMYK
RGB Variations
Color information
#CE1927 (or 0xCE1927) is known color: Fire Engine Red. HEX triplet: CE, 19 and 27. RGB value is (206,25,39). Sum of RGB (Red+Green+Blue) = 206+25+39=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1927 is #31E6D8. Grayscale: #505050. Windows color (decimal): -3270361 or 2562510. OLE color: 2562510.
HSL color Cylindrical-coordinate representation of color #CE1927: hue angle of 355.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1927 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 39 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.19 |
| HSL | 355.36º | 0.78% | 0.45% | - |
| HSV(B) | 355.36º | 0.88% | 0.81% | - |
| XYZ | 26.17 | 13.96 | 3.24 | - |
| YUV | 80.72 | 104.47 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 39 | 0 | 0.88 | 0.81 | 0.19 | 355.36 | 0.78 | 0.45 |
| Hex | CE | 19 | 27 | 0 | 58 | 51 | 13 | 163 | 4E | 2D |
| Octal | 316 | 31 | 47 | 0 | 130 | 121 | 23 | 543 | 116 | 55 |
| Binary | 11001110 | 11001 | 100111 | 0 | 1011000 | 1010001 | 10011 | 101100011 | 1001110 | 101101 |
Color Harmonies of #CE1927
Complementary color
Monochromatic Colors of #CE1927
Black with #CE1927
Text Example
Text Example
White with #CE1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1927; }
p { color: rgb(206,25,39); }
H1.HeaderClassName
{
color: #CE1927;
}
.AnyTagClassName
{
color: #CE1927;
}
</style>
background-color css
<style>
a { background-color: #CE1927; }
a { background-color: rgb(206,25,39); }
div.DivClassName
{
background-color: #CE1927;
}
.BgClassName
{
background-color: #CE1927;
}
</style>
border-color css
<style>
span { border-color: #CE1927; }
span { border-color: rgb(206,25,39); }
td.TdClassName
{
border-color: #CE1927;
}
.TagClassName
{
border-color: #CE1927;
}
</style>