Shades of Cinnabar #EE481D
Tints of Cinnabar #EE481D
RGB
CMYK
RGB Variations
Color information
#EE481D (or 0xEE481D) is known color: Cinnabar. HEX triplet: EE, 48 and 1D. RGB value is (238,72,29). Sum of RGB (Red+Green+Blue) = 238+72+29=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE481D is #11B7E2. Grayscale: #757575. Windows color (decimal): -1161187 or 1919214. OLE color: 1919214.
HSL color Cylindrical-coordinate representation of color #EE481D: hue angle of 12.34º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE481D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.07 |
| HSL | 12.34º | 0.86% | 0.52% | - |
| HSV(B) | 12.34º | 0.88% | 0.93% | - |
| XYZ | 37.8 | 22.9 | 3.59 | - |
| YUV | 116.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 29 | 0 | 0.70 | 0.88 | 0.07 | 12.34 | 0.86 | 0.52 |
| Hex | EE | 48 | 1D | 0 | 46 | 58 | 7 | C | 56 | 34 |
| Octal | 356 | 110 | 35 | 0 | 106 | 130 | 7 | 14 | 126 | 64 |
| Binary | 11101110 | 1001000 | 11101 | 0 | 1000110 | 1011000 | 111 | 1100 | 1010110 | 110100 |
Color Harmonies of #EE481D
Complementary color
Monochromatic Colors of #EE481D
Black with #EE481D
Text Example
Text Example
White with #EE481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE481D; }
p { color: rgb(238,72,29); }
H1.HeaderClassName
{
color: #EE481D;
}
.AnyTagClassName
{
color: #EE481D;
}
</style>
background-color css
<style>
a { background-color: #EE481D; }
a { background-color: rgb(238,72,29); }
div.DivClassName
{
background-color: #EE481D;
}
.BgClassName
{
background-color: #EE481D;
}
</style>
border-color css
<style>
span { border-color: #EE481D; }
span { border-color: rgb(238,72,29); }
td.TdClassName
{
border-color: #EE481D;
}
.TagClassName
{
border-color: #EE481D;
}
</style>