Shades of Cinnabar #EE4931
Tints of Cinnabar #EE4931
RGB
CMYK
RGB Variations
Color information
#EE4931 (or 0xEE4931) is known color: Cinnabar. HEX triplet: EE, 49 and 31. RGB value is (238,73,49). Sum of RGB (Red+Green+Blue) = 238+73+49=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4931 is #11B6CE. Grayscale: #777777. Windows color (decimal): -1160911 or 3230190. OLE color: 3230190.
HSL color Cylindrical-coordinate representation of color #EE4931: hue angle of 7.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE4931 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 49 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.07 |
| HSL | 7.62º | 0.85% | 0.56% | - |
| HSV(B) | 7.62º | 0.79% | 0.93% | - |
| XYZ | 38.2 | 23.16 | 5.36 | - |
| YUV | 119.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 49 | 0 | 0.69 | 0.79 | 0.07 | 7.62 | 0.85 | 0.56 |
| Hex | EE | 49 | 31 | 0 | 45 | 4F | 7 | 8 | 55 | 38 |
| Octal | 356 | 111 | 61 | 0 | 105 | 117 | 7 | 10 | 125 | 70 |
| Binary | 11101110 | 1001001 | 110001 | 0 | 1000101 | 1001111 | 111 | 1000 | 1010101 | 111000 |
Color Harmonies of #EE4931
Complementary color
Monochromatic Colors of #EE4931
Black with #EE4931
Text Example
Text Example
White with #EE4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4931; }
p { color: rgb(238,73,49); }
H1.HeaderClassName
{
color: #EE4931;
}
.AnyTagClassName
{
color: #EE4931;
}
</style>
background-color css
<style>
a { background-color: #EE4931; }
a { background-color: rgb(238,73,49); }
div.DivClassName
{
background-color: #EE4931;
}
.BgClassName
{
background-color: #EE4931;
}
</style>
border-color css
<style>
span { border-color: #EE4931; }
span { border-color: rgb(238,73,49); }
td.TdClassName
{
border-color: #EE4931;
}
.TagClassName
{
border-color: #EE4931;
}
</style>