Shades of Cinnabar #EA5234
Tints of Cinnabar #EA5234
RGB
CMYK
RGB Variations
Color information
#EA5234 (or 0xEA5234) is known color: Cinnabar. HEX triplet: EA, 52 and 34. RGB value is (234,82,52). Sum of RGB (Red+Green+Blue) = 234+82+52=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5234 is #15ADCB. Grayscale: #7C7C7C. Windows color (decimal): -1420748 or 3429098. OLE color: 3429098.
HSL color Cylindrical-coordinate representation of color #EA5234: hue angle of 9.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA5234 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 52 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.08 |
| HSL | 9.89º | 0.81% | 0.56% | - |
| HSV(B) | 9.89º | 0.78% | 0.92% | - |
| XYZ | 37.57 | 23.77 | 5.86 | - |
| YUV | 124.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 52 | 0 | 0.65 | 0.78 | 0.08 | 9.89 | 0.81 | 0.56 |
| Hex | EA | 52 | 34 | 0 | 41 | 4E | 8 | A | 51 | 38 |
| Octal | 352 | 122 | 64 | 0 | 101 | 116 | 10 | 12 | 121 | 70 |
| Binary | 11101010 | 1010010 | 110100 | 0 | 1000001 | 1001110 | 1000 | 1010 | 1010001 | 111000 |
Color Harmonies of #EA5234
Complementary color
Monochromatic Colors of #EA5234
Black with #EA5234
Text Example
Text Example
White with #EA5234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5234; }
p { color: rgb(234,82,52); }
H1.HeaderClassName
{
color: #EA5234;
}
.AnyTagClassName
{
color: #EA5234;
}
</style>
background-color css
<style>
a { background-color: #EA5234; }
a { background-color: rgb(234,82,52); }
div.DivClassName
{
background-color: #EA5234;
}
.BgClassName
{
background-color: #EA5234;
}
</style>
border-color css
<style>
span { border-color: #EA5234; }
span { border-color: rgb(234,82,52); }
td.TdClassName
{
border-color: #EA5234;
}
.TagClassName
{
border-color: #EA5234;
}
</style>