Shades of Fire Engine Red #CE182E
Tints of Fire Engine Red #CE182E
RGB
CMYK
RGB Variations
Color information
#CE182E (or 0xCE182E) is known color: Fire Engine Red. HEX triplet: CE, 18 and 2E. RGB value is (206,24,46). Sum of RGB (Red+Green+Blue) = 206+24+46=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE182E is #31E7D1. Grayscale: #515151. Windows color (decimal): -3270610 or 3021006. OLE color: 3021006.
HSL color Cylindrical-coordinate representation of color #CE182E: hue angle of 352.75º 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 #CE182E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 46 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.19 |
| HSL | 352.75º | 0.79% | 0.45% | - |
| HSV(B) | 352.75º | 0.88% | 0.81% | - |
| XYZ | 26.27 | 13.97 | 3.9 | - |
| YUV | 80.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 46 | 0 | 0.88 | 0.78 | 0.19 | 352.75 | 0.79 | 0.45 |
| Hex | CE | 18 | 2E | 0 | 58 | 4E | 13 | 161 | 4F | 2D |
| Octal | 316 | 30 | 56 | 0 | 130 | 116 | 23 | 541 | 117 | 55 |
| Binary | 11001110 | 11000 | 101110 | 0 | 1011000 | 1001110 | 10011 | 101100001 | 1001111 | 101101 |
Color Harmonies of #CE182E
Complementary color
Monochromatic Colors of #CE182E
Black with #CE182E
Text Example
Text Example
White with #CE182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE182E; }
p { color: rgb(206,24,46); }
H1.HeaderClassName
{
color: #CE182E;
}
.AnyTagClassName
{
color: #CE182E;
}
</style>
background-color css
<style>
a { background-color: #CE182E; }
a { background-color: rgb(206,24,46); }
div.DivClassName
{
background-color: #CE182E;
}
.BgClassName
{
background-color: #CE182E;
}
</style>
border-color css
<style>
span { border-color: #CE182E; }
span { border-color: rgb(206,24,46); }
td.TdClassName
{
border-color: #CE182E;
}
.TagClassName
{
border-color: #CE182E;
}
</style>