Shades of Fire Engine Red #CE181C
Tints of Fire Engine Red #CE181C
RGB
CMYK
RGB Variations
Color information
#CE181C (or 0xCE181C) is known color: Fire Engine Red. HEX triplet: CE, 18 and 1C. RGB value is (206,24,28). Sum of RGB (Red+Green+Blue) = 206+24+28=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE181C is #31E7E3. Grayscale: #4F4F4F. Windows color (decimal): -3270628 or 1841358. OLE color: 1841358.
HSL color Cylindrical-coordinate representation of color #CE181C: hue angle of 358.68º 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 #CE181C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.19 |
| HSL | 358.68º | 0.79% | 0.45% | - |
| HSV(B) | 358.68º | 0.88% | 0.81% | - |
| XYZ | 25.99 | 13.86 | 2.4 | - |
| YUV | 78.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 28 | 0 | 0.88 | 0.86 | 0.19 | 358.68 | 0.79 | 0.45 |
| Hex | CE | 18 | 1C | 0 | 58 | 56 | 13 | 167 | 4F | 2D |
| Octal | 316 | 30 | 34 | 0 | 130 | 126 | 23 | 547 | 117 | 55 |
| Binary | 11001110 | 11000 | 11100 | 0 | 1011000 | 1010110 | 10011 | 101100111 | 1001111 | 101101 |
Color Harmonies of #CE181C
Complementary color
Monochromatic Colors of #CE181C
Black with #CE181C
Text Example
Text Example
White with #CE181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE181C; }
p { color: rgb(206,24,28); }
H1.HeaderClassName
{
color: #CE181C;
}
.AnyTagClassName
{
color: #CE181C;
}
</style>
background-color css
<style>
a { background-color: #CE181C; }
a { background-color: rgb(206,24,28); }
div.DivClassName
{
background-color: #CE181C;
}
.BgClassName
{
background-color: #CE181C;
}
</style>
border-color css
<style>
span { border-color: #CE181C; }
span { border-color: rgb(206,24,28); }
td.TdClassName
{
border-color: #CE181C;
}
.TagClassName
{
border-color: #CE181C;
}
</style>