Shades of Cinnabar #EE4E30
Tints of Cinnabar #EE4E30
RGB
CMYK
RGB Variations
Color information
#EE4E30 (or 0xEE4E30) is known color: Cinnabar. HEX triplet: EE, 4E and 30. RGB value is (238,78,48). Sum of RGB (Red+Green+Blue) = 238+78+48=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4E30 is #11B1CF. Grayscale: #7A7A7A. Windows color (decimal): -1159632 or 3165934. OLE color: 3165934.
HSL color Cylindrical-coordinate representation of color #EE4E30: hue angle of 9.47º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE4E30 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 48 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.07 |
| HSL | 9.47º | 0.85% | 0.56% | - |
| HSV(B) | 9.47º | 0.8% | 0.93% | - |
| XYZ | 38.52 | 23.84 | 5.37 | - |
| YUV | 122.42 | 86.01 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 48 | 0 | 0.67 | 0.80 | 0.07 | 9.47 | 0.85 | 0.56 |
| Hex | EE | 4E | 30 | 0 | 43 | 50 | 7 | 9 | 55 | 38 |
| Octal | 356 | 116 | 60 | 0 | 103 | 120 | 7 | 11 | 125 | 70 |
| Binary | 11101110 | 1001110 | 110000 | 0 | 1000011 | 1010000 | 111 | 1001 | 1010101 | 111000 |
Color Harmonies of #EE4E30
Complementary color
Monochromatic Colors of #EE4E30
Black with #EE4E30
Text Example
Text Example
White with #EE4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E30; }
p { color: rgb(238,78,48); }
H1.HeaderClassName
{
color: #EE4E30;
}
.AnyTagClassName
{
color: #EE4E30;
}
</style>
background-color css
<style>
a { background-color: #EE4E30; }
a { background-color: rgb(238,78,48); }
div.DivClassName
{
background-color: #EE4E30;
}
.BgClassName
{
background-color: #EE4E30;
}
</style>
border-color css
<style>
span { border-color: #EE4E30; }
span { border-color: rgb(238,78,48); }
td.TdClassName
{
border-color: #EE4E30;
}
.TagClassName
{
border-color: #EE4E30;
}
</style>