Shades of Fire Engine Red #CE242A
Tints of Fire Engine Red #CE242A
RGB
CMYK
RGB Variations
Color information
#CE242A (or 0xCE242A) is known color: Fire Engine Red. HEX triplet: CE, 24 and 2A. RGB value is (206,36,42). Sum of RGB (Red+Green+Blue) = 206+36+42=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE242A is #31DBD5. Grayscale: #575757. Windows color (decimal): -3267542 or 2761934. OLE color: 2761934.
HSL color Cylindrical-coordinate representation of color #CE242A: hue angle of 357.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE242A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 42 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.19 |
| HSL | 357.88º | 0.7% | 0.47% | - |
| HSV(B) | 357.88º | 0.83% | 0.81% | - |
| XYZ | 26.5 | 14.55 | 3.6 | - |
| YUV | 87.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 42 | 0 | 0.83 | 0.80 | 0.19 | 357.88 | 0.7 | 0.47 |
| Hex | CE | 24 | 2A | 0 | 53 | 50 | 13 | 166 | 46 | 2F |
| Octal | 316 | 44 | 52 | 0 | 123 | 120 | 23 | 546 | 106 | 57 |
| Binary | 11001110 | 100100 | 101010 | 0 | 1010011 | 1010000 | 10011 | 101100110 | 1000110 | 101111 |
Color Harmonies of #CE242A
Complementary color
Monochromatic Colors of #CE242A
Black with #CE242A
Text Example
Text Example
White with #CE242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE242A; }
p { color: rgb(206,36,42); }
H1.HeaderClassName
{
color: #CE242A;
}
.AnyTagClassName
{
color: #CE242A;
}
</style>
background-color css
<style>
a { background-color: #CE242A; }
a { background-color: rgb(206,36,42); }
div.DivClassName
{
background-color: #CE242A;
}
.BgClassName
{
background-color: #CE242A;
}
</style>
border-color css
<style>
span { border-color: #CE242A; }
span { border-color: rgb(206,36,42); }
td.TdClassName
{
border-color: #CE242A;
}
.TagClassName
{
border-color: #CE242A;
}
</style>