Shades of Cinnabar #EA3A34
Tints of Cinnabar #EA3A34
RGB
CMYK
RGB Variations
Color information
#EA3A34 (or 0xEA3A34) is known color: Cinnabar. HEX triplet: EA, 3A and 34. RGB value is (234,58,52). Sum of RGB (Red+Green+Blue) = 234+58+52=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A34 is #15C5CB. Grayscale: #6E6E6E. Windows color (decimal): -1426892 or 3422954. OLE color: 3422954.
HSL color Cylindrical-coordinate representation of color #EA3A34: hue angle of 1.98º 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 #EA3A34 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 52 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.08 |
| HSL | 1.98º | 0.81% | 0.56% | - |
| HSV(B) | 1.98º | 0.78% | 0.92% | - |
| XYZ | 36.06 | 20.77 | 5.36 | - |
| YUV | 109.94 | 95.31 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 52 | 0 | 0.75 | 0.78 | 0.08 | 1.98 | 0.81 | 0.56 |
| Hex | EA | 3A | 34 | 0 | 4B | 4E | 8 | 2 | 51 | 38 |
| Octal | 352 | 72 | 64 | 0 | 113 | 116 | 10 | 2 | 121 | 70 |
| Binary | 11101010 | 111010 | 110100 | 0 | 1001011 | 1001110 | 1000 | 10 | 1010001 | 111000 |
Color Harmonies of #EA3A34
Complementary color
Monochromatic Colors of #EA3A34
Black with #EA3A34
Text Example
Text Example
White with #EA3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A34; }
p { color: rgb(234,58,52); }
H1.HeaderClassName
{
color: #EA3A34;
}
.AnyTagClassName
{
color: #EA3A34;
}
</style>
background-color css
<style>
a { background-color: #EA3A34; }
a { background-color: rgb(234,58,52); }
div.DivClassName
{
background-color: #EA3A34;
}
.BgClassName
{
background-color: #EA3A34;
}
</style>
border-color css
<style>
span { border-color: #EA3A34; }
span { border-color: rgb(234,58,52); }
td.TdClassName
{
border-color: #EA3A34;
}
.TagClassName
{
border-color: #EA3A34;
}
</style>