Shades of Cinnabar #EA463E
Tints of Cinnabar #EA463E
RGB
CMYK
RGB Variations
Color information
#EA463E (or 0xEA463E) is known color: Cinnabar. HEX triplet: EA, 46 and 3E. RGB value is (234,70,62). Sum of RGB (Red+Green+Blue) = 234+70+62=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA463E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA463E is #15B9C1. Grayscale: #767676. Windows color (decimal): -1423810 or 4081386. OLE color: 4081386.
HSL color Cylindrical-coordinate representation of color #EA463E: hue angle of 2.79º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA463E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 62 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.08 |
| HSL | 2.79º | 0.8% | 0.58% | - |
| HSV(B) | 2.79º | 0.74% | 0.92% | - |
| XYZ | 36.99 | 22.22 | 6.9 | - |
| YUV | 118.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 62 | 0 | 0.70 | 0.74 | 0.08 | 2.79 | 0.8 | 0.58 |
| Hex | EA | 46 | 3E | 0 | 46 | 4A | 8 | 3 | 50 | 3A |
| Octal | 352 | 106 | 76 | 0 | 106 | 112 | 10 | 3 | 120 | 72 |
| Binary | 11101010 | 1000110 | 111110 | 0 | 1000110 | 1001010 | 1000 | 11 | 1010000 | 111010 |
Color Harmonies of #EA463E
Complementary color
Monochromatic Colors of #EA463E
Black with #EA463E
Text Example
Text Example
White with #EA463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA463E; }
p { color: rgb(234,70,62); }
H1.HeaderClassName
{
color: #EA463E;
}
.AnyTagClassName
{
color: #EA463E;
}
</style>
background-color css
<style>
a { background-color: #EA463E; }
a { background-color: rgb(234,70,62); }
div.DivClassName
{
background-color: #EA463E;
}
.BgClassName
{
background-color: #EA463E;
}
</style>
border-color css
<style>
span { border-color: #EA463E; }
span { border-color: rgb(234,70,62); }
td.TdClassName
{
border-color: #EA463E;
}
.TagClassName
{
border-color: #EA463E;
}
</style>