Shades of Cinnabar #EE473B
Tints of Cinnabar #EE473B
RGB
CMYK
RGB Variations
Color information
#EE473B (or 0xEE473B) is known color: Cinnabar. HEX triplet: EE, 47 and 3B. RGB value is (238,71,59). Sum of RGB (Red+Green+Blue) = 238+71+59=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE473B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE473B is #11B8C4. Grayscale: #777777. Windows color (decimal): -1161413 or 3885038. OLE color: 3885038.
HSL color Cylindrical-coordinate representation of color #EE473B: hue angle of 4.02º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE473B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 59 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.07 |
| HSL | 4.02º | 0.84% | 0.58% | - |
| HSV(B) | 4.02º | 0.75% | 0.93% | - |
| XYZ | 38.3 | 23 | 6.56 | - |
| YUV | 119.57 | 93.83 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 59 | 0 | 0.70 | 0.75 | 0.07 | 4.02 | 0.84 | 0.58 |
| Hex | EE | 47 | 3B | 0 | 46 | 4B | 7 | 4 | 54 | 3A |
| Octal | 356 | 107 | 73 | 0 | 106 | 113 | 7 | 4 | 124 | 72 |
| Binary | 11101110 | 1000111 | 111011 | 0 | 1000110 | 1001011 | 111 | 100 | 1010100 | 111010 |
Color Harmonies of #EE473B
Complementary color
Monochromatic Colors of #EE473B
Black with #EE473B
Text Example
Text Example
White with #EE473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE473B; }
p { color: rgb(238,71,59); }
H1.HeaderClassName
{
color: #EE473B;
}
.AnyTagClassName
{
color: #EE473B;
}
</style>
background-color css
<style>
a { background-color: #EE473B; }
a { background-color: rgb(238,71,59); }
div.DivClassName
{
background-color: #EE473B;
}
.BgClassName
{
background-color: #EE473B;
}
</style>
border-color css
<style>
span { border-color: #EE473B; }
span { border-color: rgb(238,71,59); }
td.TdClassName
{
border-color: #EE473B;
}
.TagClassName
{
border-color: #EE473B;
}
</style>