Shades of Cinnabar #EE4731
Tints of Cinnabar #EE4731
RGB
CMYK
RGB Variations
Color information
#EE4731 (or 0xEE4731) is known color: Cinnabar. HEX triplet: EE, 47 and 31. RGB value is (238,71,49). Sum of RGB (Red+Green+Blue) = 238+71+49=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4731 is #11B8CE. Grayscale: #767676. Windows color (decimal): -1161423 or 3229678. OLE color: 3229678.
HSL color Cylindrical-coordinate representation of color #EE4731: hue angle of 6.98º 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 #EE4731 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 49 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.07 |
| HSL | 6.98º | 0.85% | 0.56% | - |
| HSV(B) | 6.98º | 0.79% | 0.93% | - |
| XYZ | 38.07 | 22.91 | 5.32 | - |
| YUV | 118.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 49 | 0 | 0.70 | 0.79 | 0.07 | 6.98 | 0.85 | 0.56 |
| Hex | EE | 47 | 31 | 0 | 46 | 4F | 7 | 7 | 55 | 38 |
| Octal | 356 | 107 | 61 | 0 | 106 | 117 | 7 | 7 | 125 | 70 |
| Binary | 11101110 | 1000111 | 110001 | 0 | 1000110 | 1001111 | 111 | 111 | 1010101 | 111000 |
Color Harmonies of #EE4731
Complementary color
Monochromatic Colors of #EE4731
Black with #EE4731
Text Example
Text Example
White with #EE4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4731; }
p { color: rgb(238,71,49); }
H1.HeaderClassName
{
color: #EE4731;
}
.AnyTagClassName
{
color: #EE4731;
}
</style>
background-color css
<style>
a { background-color: #EE4731; }
a { background-color: rgb(238,71,49); }
div.DivClassName
{
background-color: #EE4731;
}
.BgClassName
{
background-color: #EE4731;
}
</style>
border-color css
<style>
span { border-color: #EE4731; }
span { border-color: rgb(238,71,49); }
td.TdClassName
{
border-color: #EE4731;
}
.TagClassName
{
border-color: #EE4731;
}
</style>