Shades of Fire Engine Red #CE181F
Tints of Fire Engine Red #CE181F
RGB
CMYK
RGB Variations
Color information
#CE181F (or 0xCE181F) is known color: Fire Engine Red. HEX triplet: CE, 18 and 1F. RGB value is (206,24,31). Sum of RGB (Red+Green+Blue) = 206+24+31=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE181F is #31E7E0. Grayscale: #4F4F4F. Windows color (decimal): -3270625 or 2037966. OLE color: 2037966.
HSL color Cylindrical-coordinate representation of color #CE181F: hue angle of 357.69º degrees, saturation: 0.79, 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 #CE181F is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 31 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.19 |
| HSL | 357.69º | 0.79% | 0.45% | - |
| HSV(B) | 357.69º | 0.88% | 0.81% | - |
| XYZ | 26.03 | 13.87 | 2.6 | - |
| YUV | 79.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 31 | 0 | 0.88 | 0.85 | 0.19 | 357.69 | 0.79 | 0.45 |
| Hex | CE | 18 | 1F | 0 | 58 | 55 | 13 | 166 | 4F | 2D |
| Octal | 316 | 30 | 37 | 0 | 130 | 125 | 23 | 546 | 117 | 55 |
| Binary | 11001110 | 11000 | 11111 | 0 | 1011000 | 1010101 | 10011 | 101100110 | 1001111 | 101101 |
Color Harmonies of #CE181F
Complementary color
Monochromatic Colors of #CE181F
Black with #CE181F
Text Example
Text Example
White with #CE181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE181F; }
p { color: rgb(206,24,31); }
H1.HeaderClassName
{
color: #CE181F;
}
.AnyTagClassName
{
color: #CE181F;
}
</style>
background-color css
<style>
a { background-color: #CE181F; }
a { background-color: rgb(206,24,31); }
div.DivClassName
{
background-color: #CE181F;
}
.BgClassName
{
background-color: #CE181F;
}
</style>
border-color css
<style>
span { border-color: #CE181F; }
span { border-color: rgb(206,24,31); }
td.TdClassName
{
border-color: #CE181F;
}
.TagClassName
{
border-color: #CE181F;
}
</style>