Shades of Cinnabar #EE463A
Tints of Cinnabar #EE463A
RGB
CMYK
RGB Variations
Color information
#EE463A (or 0xEE463A) is known color: Cinnabar. HEX triplet: EE, 46 and 3A. RGB value is (238,70,58). Sum of RGB (Red+Green+Blue) = 238+70+58=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE463A is #11B9C5. Grayscale: #777777. Windows color (decimal): -1161670 or 3819246. OLE color: 3819246.
HSL color Cylindrical-coordinate representation of color #EE463A: hue angle of 4º 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 #EE463A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 58 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.07 |
| HSL | 4º | 0.84% | 0.58% | - |
| HSV(B) | 4º | 0.76% | 0.93% | - |
| XYZ | 38.21 | 22.86 | 6.4 | - |
| YUV | 118.86 | 93.66 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 58 | 0 | 0.71 | 0.76 | 0.07 | 4 | 0.84 | 0.58 |
| Hex | EE | 46 | 3A | 0 | 47 | 4C | 7 | 4 | 54 | 3A |
| Octal | 356 | 106 | 72 | 0 | 107 | 114 | 7 | 4 | 124 | 72 |
| Binary | 11101110 | 1000110 | 111010 | 0 | 1000111 | 1001100 | 111 | 100 | 1010100 | 111010 |
Color Harmonies of #EE463A
Complementary color
Monochromatic Colors of #EE463A
Black with #EE463A
Text Example
Text Example
White with #EE463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE463A; }
p { color: rgb(238,70,58); }
H1.HeaderClassName
{
color: #EE463A;
}
.AnyTagClassName
{
color: #EE463A;
}
</style>
background-color css
<style>
a { background-color: #EE463A; }
a { background-color: rgb(238,70,58); }
div.DivClassName
{
background-color: #EE463A;
}
.BgClassName
{
background-color: #EE463A;
}
</style>
border-color css
<style>
span { border-color: #EE463A; }
span { border-color: rgb(238,70,58); }
td.TdClassName
{
border-color: #EE463A;
}
.TagClassName
{
border-color: #EE463A;
}
</style>