Shades of Cinnabar #EE462C
Tints of Cinnabar #EE462C
RGB
CMYK
RGB Variations
Color information
#EE462C (or 0xEE462C) is known color: Cinnabar. HEX triplet: EE, 46 and 2C. RGB value is (238,70,44). Sum of RGB (Red+Green+Blue) = 238+70+44=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE462C is #11B9D3. Grayscale: #757575. Windows color (decimal): -1161684 or 2901742. OLE color: 2901742.
HSL color Cylindrical-coordinate representation of color #EE462C: hue angle of 8.04º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE462C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.07 |
| HSL | 8.04º | 0.85% | 0.55% | - |
| HSV(B) | 8.04º | 0.82% | 0.93% | - |
| XYZ | 37.9 | 22.74 | 4.77 | - |
| YUV | 117.27 | 86.66 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 44 | 0 | 0.71 | 0.82 | 0.07 | 8.04 | 0.85 | 0.55 |
| Hex | EE | 46 | 2C | 0 | 47 | 52 | 7 | 8 | 55 | 37 |
| Octal | 356 | 106 | 54 | 0 | 107 | 122 | 7 | 10 | 125 | 67 |
| Binary | 11101110 | 1000110 | 101100 | 0 | 1000111 | 1010010 | 111 | 1000 | 1010101 | 110111 |
Color Harmonies of #EE462C
Complementary color
Monochromatic Colors of #EE462C
Black with #EE462C
Text Example
Text Example
White with #EE462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE462C; }
p { color: rgb(238,70,44); }
H1.HeaderClassName
{
color: #EE462C;
}
.AnyTagClassName
{
color: #EE462C;
}
</style>
background-color css
<style>
a { background-color: #EE462C; }
a { background-color: rgb(238,70,44); }
div.DivClassName
{
background-color: #EE462C;
}
.BgClassName
{
background-color: #EE462C;
}
</style>
border-color css
<style>
span { border-color: #EE462C; }
span { border-color: rgb(238,70,44); }
td.TdClassName
{
border-color: #EE462C;
}
.TagClassName
{
border-color: #EE462C;
}
</style>