Shades of Cinnabar #EE4F2C
Tints of Cinnabar #EE4F2C
RGB
CMYK
RGB Variations
Color information
#EE4F2C (or 0xEE4F2C) is known color: Cinnabar. HEX triplet: EE, 4F and 2C. RGB value is (238,79,44). Sum of RGB (Red+Green+Blue) = 238+79+44=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4F2C is #11B0D3. Grayscale: #7A7A7A. Windows color (decimal): -1159380 or 2904046. OLE color: 2904046.
HSL color Cylindrical-coordinate representation of color #EE4F2C: hue angle of 10.82º 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 #EE4F2C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 79 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.07 |
| HSL | 10.82º | 0.85% | 0.55% | - |
| HSV(B) | 10.82º | 0.82% | 0.93% | - |
| XYZ | 38.51 | 23.95 | 4.98 | - |
| YUV | 122.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 79 | 44 | 0 | 0.67 | 0.82 | 0.07 | 10.82 | 0.85 | 0.55 |
| Hex | EE | 4F | 2C | 0 | 43 | 52 | 7 | B | 55 | 37 |
| Octal | 356 | 117 | 54 | 0 | 103 | 122 | 7 | 13 | 125 | 67 |
| Binary | 11101110 | 1001111 | 101100 | 0 | 1000011 | 1010010 | 111 | 1011 | 1010101 | 110111 |
Color Harmonies of #EE4F2C
Complementary color
Monochromatic Colors of #EE4F2C
Black with #EE4F2C
Text Example
Text Example
White with #EE4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4F2C; }
p { color: rgb(238,79,44); }
H1.HeaderClassName
{
color: #EE4F2C;
}
.AnyTagClassName
{
color: #EE4F2C;
}
</style>
background-color css
<style>
a { background-color: #EE4F2C; }
a { background-color: rgb(238,79,44); }
div.DivClassName
{
background-color: #EE4F2C;
}
.BgClassName
{
background-color: #EE4F2C;
}
</style>
border-color css
<style>
span { border-color: #EE4F2C; }
span { border-color: rgb(238,79,44); }
td.TdClassName
{
border-color: #EE4F2C;
}
.TagClassName
{
border-color: #EE4F2C;
}
</style>