Shades of Fire Engine Red #CE182A
Tints of Fire Engine Red #CE182A
RGB
CMYK
RGB Variations
Color information
#CE182A (or 0xCE182A) is known color: Fire Engine Red. HEX triplet: CE, 18 and 2A. RGB value is (206,24,42). Sum of RGB (Red+Green+Blue) = 206+24+42=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE182A is #31E7D5. Grayscale: #505050. Windows color (decimal): -3270614 or 2758862. OLE color: 2758862.
HSL color Cylindrical-coordinate representation of color #CE182A: hue angle of 354.07º 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 #CE182A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.19 |
| HSL | 354.07º | 0.79% | 0.45% | - |
| HSV(B) | 354.07º | 0.88% | 0.81% | - |
| XYZ | 26.2 | 13.94 | 3.5 | - |
| YUV | 80.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 42 | 0 | 0.88 | 0.80 | 0.19 | 354.07 | 0.79 | 0.45 |
| Hex | CE | 18 | 2A | 0 | 58 | 50 | 13 | 162 | 4F | 2D |
| Octal | 316 | 30 | 52 | 0 | 130 | 120 | 23 | 542 | 117 | 55 |
| Binary | 11001110 | 11000 | 101010 | 0 | 1011000 | 1010000 | 10011 | 101100010 | 1001111 | 101101 |
Color Harmonies of #CE182A
Complementary color
Monochromatic Colors of #CE182A
Black with #CE182A
Text Example
Text Example
White with #CE182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE182A; }
p { color: rgb(206,24,42); }
H1.HeaderClassName
{
color: #CE182A;
}
.AnyTagClassName
{
color: #CE182A;
}
</style>
background-color css
<style>
a { background-color: #CE182A; }
a { background-color: rgb(206,24,42); }
div.DivClassName
{
background-color: #CE182A;
}
.BgClassName
{
background-color: #CE182A;
}
</style>
border-color css
<style>
span { border-color: #CE182A; }
span { border-color: rgb(206,24,42); }
td.TdClassName
{
border-color: #CE182A;
}
.TagClassName
{
border-color: #CE182A;
}
</style>