Shades of Cinnabar #EA4622
Tints of Cinnabar #EA4622
RGB
CMYK
RGB Variations
Color information
#EA4622 (or 0xEA4622) is known color: Cinnabar. HEX triplet: EA, 46 and 22. RGB value is (234,70,34). Sum of RGB (Red+Green+Blue) = 234+70+34=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4622 is #15B9DD. Grayscale: #737373. Windows color (decimal): -1423838 or 2246378. OLE color: 2246378.
HSL color Cylindrical-coordinate representation of color #EA4622: hue angle of 10.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA4622 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 34 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.08 |
| HSL | 10.8º | 0.83% | 0.53% | - |
| HSV(B) | 10.8º | 0.85% | 0.92% | - |
| XYZ | 36.41 | 21.99 | 3.84 | - |
| YUV | 114.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 34 | 0 | 0.70 | 0.85 | 0.08 | 10.8 | 0.83 | 0.53 |
| Hex | EA | 46 | 22 | 0 | 46 | 55 | 8 | B | 53 | 35 |
| Octal | 352 | 106 | 42 | 0 | 106 | 125 | 10 | 13 | 123 | 65 |
| Binary | 11101010 | 1000110 | 100010 | 0 | 1000110 | 1010101 | 1000 | 1011 | 1010011 | 110101 |
Color Harmonies of #EA4622
Complementary color
Monochromatic Colors of #EA4622
Black with #EA4622
Text Example
Text Example
White with #EA4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4622; }
p { color: rgb(234,70,34); }
H1.HeaderClassName
{
color: #EA4622;
}
.AnyTagClassName
{
color: #EA4622;
}
</style>
background-color css
<style>
a { background-color: #EA4622; }
a { background-color: rgb(234,70,34); }
div.DivClassName
{
background-color: #EA4622;
}
.BgClassName
{
background-color: #EA4622;
}
</style>
border-color css
<style>
span { border-color: #EA4622; }
span { border-color: rgb(234,70,34); }
td.TdClassName
{
border-color: #EA4622;
}
.TagClassName
{
border-color: #EA4622;
}
</style>