Shades of Cinnabar #EE473A
Tints of Cinnabar #EE473A
RGB
CMYK
RGB Variations
Color information
#EE473A (or 0xEE473A) is known color: Cinnabar. HEX triplet: EE, 47 and 3A. RGB value is (238,71,58). Sum of RGB (Red+Green+Blue) = 238+71+58=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE473A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE473A is #11B8C5. Grayscale: #777777. Windows color (decimal): -1161414 or 3819502. OLE color: 3819502.
HSL color Cylindrical-coordinate representation of color #EE473A: hue angle of 4.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE473A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 58 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.07 |
| HSL | 4.33º | 0.84% | 0.58% | - |
| HSV(B) | 4.33º | 0.76% | 0.93% | - |
| XYZ | 38.28 | 22.99 | 6.42 | - |
| YUV | 119.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 58 | 0 | 0.70 | 0.76 | 0.07 | 4.33 | 0.84 | 0.58 |
| Hex | EE | 47 | 3A | 0 | 46 | 4C | 7 | 4 | 54 | 3A |
| Octal | 356 | 107 | 72 | 0 | 106 | 114 | 7 | 4 | 124 | 72 |
| Binary | 11101110 | 1000111 | 111010 | 0 | 1000110 | 1001100 | 111 | 100 | 1010100 | 111010 |
Color Harmonies of #EE473A
Complementary color
Monochromatic Colors of #EE473A
Black with #EE473A
Text Example
Text Example
White with #EE473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE473A; }
p { color: rgb(238,71,58); }
H1.HeaderClassName
{
color: #EE473A;
}
.AnyTagClassName
{
color: #EE473A;
}
</style>
background-color css
<style>
a { background-color: #EE473A; }
a { background-color: rgb(238,71,58); }
div.DivClassName
{
background-color: #EE473A;
}
.BgClassName
{
background-color: #EE473A;
}
</style>
border-color css
<style>
span { border-color: #EE473A; }
span { border-color: rgb(238,71,58); }
td.TdClassName
{
border-color: #EE473A;
}
.TagClassName
{
border-color: #EE473A;
}
</style>