Shades of Cinnabar #EE481A
Tints of Cinnabar #EE481A
RGB
CMYK
RGB Variations
Color information
#EE481A (or 0xEE481A) is known color: Cinnabar. HEX triplet: EE, 48 and 1A. RGB value is (238,72,26). Sum of RGB (Red+Green+Blue) = 238+72+26=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE481A is #11B7E5. Grayscale: #747474. Windows color (decimal): -1161190 or 1722606. OLE color: 1722606.
HSL color Cylindrical-coordinate representation of color #EE481A: hue angle of 13.02º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE481A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 26 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.07 |
| HSL | 13.02º | 0.86% | 0.52% | - |
| HSV(B) | 13.02º | 0.89% | 0.93% | - |
| XYZ | 37.76 | 22.89 | 3.4 | - |
| YUV | 116.39 | 77 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 26 | 0 | 0.70 | 0.89 | 0.07 | 13.02 | 0.86 | 0.52 |
| Hex | EE | 48 | 1A | 0 | 46 | 59 | 7 | D | 56 | 34 |
| Octal | 356 | 110 | 32 | 0 | 106 | 131 | 7 | 15 | 126 | 64 |
| Binary | 11101110 | 1001000 | 11010 | 0 | 1000110 | 1011001 | 111 | 1101 | 1010110 | 110100 |
Color Harmonies of #EE481A
Complementary color
Monochromatic Colors of #EE481A
Black with #EE481A
Text Example
Text Example
White with #EE481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE481A; }
p { color: rgb(238,72,26); }
H1.HeaderClassName
{
color: #EE481A;
}
.AnyTagClassName
{
color: #EE481A;
}
</style>
background-color css
<style>
a { background-color: #EE481A; }
a { background-color: rgb(238,72,26); }
div.DivClassName
{
background-color: #EE481A;
}
.BgClassName
{
background-color: #EE481A;
}
</style>
border-color css
<style>
span { border-color: #EE481A; }
span { border-color: rgb(238,72,26); }
td.TdClassName
{
border-color: #EE481A;
}
.TagClassName
{
border-color: #EE481A;
}
</style>