Shades of Cinnabar #EE4727
Tints of Cinnabar #EE4727
RGB
CMYK
RGB Variations
Color information
#EE4727 (or 0xEE4727) is known color: Cinnabar. HEX triplet: EE, 47 and 27. RGB value is (238,71,39). Sum of RGB (Red+Green+Blue) = 238+71+39=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4727 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4727 is #11B8D8. Grayscale: #757575. Windows color (decimal): -1161433 or 2574318. OLE color: 2574318.
HSL color Cylindrical-coordinate representation of color #EE4727: hue angle of 9.65º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE4727 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 39 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.07 |
| HSL | 9.65º | 0.85% | 0.54% | - |
| HSV(B) | 9.65º | 0.84% | 0.93% | - |
| XYZ | 37.88 | 22.83 | 4.33 | - |
| YUV | 117.29 | 83.83 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 39 | 0 | 0.70 | 0.84 | 0.07 | 9.65 | 0.85 | 0.54 |
| Hex | EE | 47 | 27 | 0 | 46 | 54 | 7 | A | 55 | 36 |
| Octal | 356 | 107 | 47 | 0 | 106 | 124 | 7 | 12 | 125 | 66 |
| Binary | 11101110 | 1000111 | 100111 | 0 | 1000110 | 1010100 | 111 | 1010 | 1010101 | 110110 |
Color Harmonies of #EE4727
Complementary color
Monochromatic Colors of #EE4727
Black with #EE4727
Text Example
Text Example
White with #EE4727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4727; }
p { color: rgb(238,71,39); }
H1.HeaderClassName
{
color: #EE4727;
}
.AnyTagClassName
{
color: #EE4727;
}
</style>
background-color css
<style>
a { background-color: #EE4727; }
a { background-color: rgb(238,71,39); }
div.DivClassName
{
background-color: #EE4727;
}
.BgClassName
{
background-color: #EE4727;
}
</style>
border-color css
<style>
span { border-color: #EE4727; }
span { border-color: rgb(238,71,39); }
td.TdClassName
{
border-color: #EE4727;
}
.TagClassName
{
border-color: #EE4727;
}
</style>