Shades of Cinnabar #EA4522
Tints of Cinnabar #EA4522
RGB
CMYK
RGB Variations
Color information
#EA4522 (or 0xEA4522) is known color: Cinnabar. HEX triplet: EA, 45 and 22. RGB value is (234,69,34). Sum of RGB (Red+Green+Blue) = 234+69+34=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4522 is #15BADD. Grayscale: #727272. Windows color (decimal): -1424094 or 2246122. OLE color: 2246122.
HSL color Cylindrical-coordinate representation of color #EA4522: hue angle of 10.5º 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 #EA4522 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 34 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.08 |
| HSL | 10.5º | 0.83% | 0.53% | - |
| HSV(B) | 10.5º | 0.85% | 0.92% | - |
| XYZ | 36.35 | 21.86 | 3.82 | - |
| YUV | 114.35 | 82.66 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 34 | 0 | 0.71 | 0.85 | 0.08 | 10.5 | 0.83 | 0.53 |
| Hex | EA | 45 | 22 | 0 | 47 | 55 | 8 | A | 53 | 35 |
| Octal | 352 | 105 | 42 | 0 | 107 | 125 | 10 | 12 | 123 | 65 |
| Binary | 11101010 | 1000101 | 100010 | 0 | 1000111 | 1010101 | 1000 | 1010 | 1010011 | 110101 |
Color Harmonies of #EA4522
Complementary color
Monochromatic Colors of #EA4522
Black with #EA4522
Text Example
Text Example
White with #EA4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4522; }
p { color: rgb(234,69,34); }
H1.HeaderClassName
{
color: #EA4522;
}
.AnyTagClassName
{
color: #EA4522;
}
</style>
background-color css
<style>
a { background-color: #EA4522; }
a { background-color: rgb(234,69,34); }
div.DivClassName
{
background-color: #EA4522;
}
.BgClassName
{
background-color: #EA4522;
}
</style>
border-color css
<style>
span { border-color: #EA4522; }
span { border-color: rgb(234,69,34); }
td.TdClassName
{
border-color: #EA4522;
}
.TagClassName
{
border-color: #EA4522;
}
</style>