Shades of Cinnabar #EA3A39
Tints of Cinnabar #EA3A39
RGB
CMYK
RGB Variations
Color information
#EA3A39 (or 0xEA3A39) is known color: Cinnabar. HEX triplet: EA, 3A and 39. RGB value is (234,58,57). Sum of RGB (Red+Green+Blue) = 234+58+57=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A39 is #15C5C6. Grayscale: #6E6E6E. Windows color (decimal): -1426887 or 3750634. OLE color: 3750634.
HSL color Cylindrical-coordinate representation of color #EA3A39: hue angle of 0.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3A39 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 57 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.08 |
| HSL | 0.34º | 0.81% | 0.57% | - |
| HSV(B) | 0.34º | 0.76% | 0.92% | - |
| XYZ | 36.18 | 20.81 | 5.98 | - |
| YUV | 110.51 | 97.81 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 57 | 0 | 0.75 | 0.76 | 0.08 | 0.34 | 0.81 | 0.57 |
| Hex | EA | 3A | 39 | 0 | 4B | 4C | 8 | 0 | 51 | 39 |
| Octal | 352 | 72 | 71 | 0 | 113 | 114 | 10 | 0 | 121 | 71 |
| Binary | 11101010 | 111010 | 111001 | 0 | 1001011 | 1001100 | 1000 | 0 | 1010001 | 111001 |
Color Harmonies of #EA3A39
Complementary color
Monochromatic Colors of #EA3A39
Black with #EA3A39
Text Example
Text Example
White with #EA3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A39; }
p { color: rgb(234,58,57); }
H1.HeaderClassName
{
color: #EA3A39;
}
.AnyTagClassName
{
color: #EA3A39;
}
</style>
background-color css
<style>
a { background-color: #EA3A39; }
a { background-color: rgb(234,58,57); }
div.DivClassName
{
background-color: #EA3A39;
}
.BgClassName
{
background-color: #EA3A39;
}
</style>
border-color css
<style>
span { border-color: #EA3A39; }
span { border-color: rgb(234,58,57); }
td.TdClassName
{
border-color: #EA3A39;
}
.TagClassName
{
border-color: #EA3A39;
}
</style>