Shades of Cinnabar #EA522C
Tints of Cinnabar #EA522C
RGB
CMYK
RGB Variations
Color information
#EA522C (or 0xEA522C) is known color: Cinnabar. HEX triplet: EA, 52 and 2C. RGB value is (234,82,44). Sum of RGB (Red+Green+Blue) = 234+82+44=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA522C is #15ADD3. Grayscale: #7B7B7B. Windows color (decimal): -1420756 or 2904810. OLE color: 2904810.
HSL color Cylindrical-coordinate representation of color #EA522C: hue angle of 12º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA522C is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 44 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.08 |
| HSL | 12º | 0.82% | 0.55% | - |
| HSV(B) | 12º | 0.81% | 0.92% | - |
| XYZ | 37.4 | 23.71 | 4.99 | - |
| YUV | 123.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 44 | 0 | 0.65 | 0.81 | 0.08 | 12 | 0.82 | 0.55 |
| Hex | EA | 52 | 2C | 0 | 41 | 51 | 8 | C | 52 | 37 |
| Octal | 352 | 122 | 54 | 0 | 101 | 121 | 10 | 14 | 122 | 67 |
| Binary | 11101010 | 1010010 | 101100 | 0 | 1000001 | 1010001 | 1000 | 1100 | 1010010 | 110111 |
Color Harmonies of #EA522C
Complementary color
Monochromatic Colors of #EA522C
Black with #EA522C
Text Example
Text Example
White with #EA522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA522C; }
p { color: rgb(234,82,44); }
H1.HeaderClassName
{
color: #EA522C;
}
.AnyTagClassName
{
color: #EA522C;
}
</style>
background-color css
<style>
a { background-color: #EA522C; }
a { background-color: rgb(234,82,44); }
div.DivClassName
{
background-color: #EA522C;
}
.BgClassName
{
background-color: #EA522C;
}
</style>
border-color css
<style>
span { border-color: #EA522C; }
span { border-color: rgb(234,82,44); }
td.TdClassName
{
border-color: #EA522C;
}
.TagClassName
{
border-color: #EA522C;
}
</style>