Shades of Cinnabar #EA3C3A
Tints of Cinnabar #EA3C3A
RGB
CMYK
RGB Variations
Color information
#EA3C3A (or 0xEA3C3A) is known color: Cinnabar. HEX triplet: EA, 3C and 3A. RGB value is (234,60,58). Sum of RGB (Red+Green+Blue) = 234+60+58=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C3A is #15C3C5. Grayscale: #6F6F6F. Windows color (decimal): -1426374 or 3816682. OLE color: 3816682.
HSL color Cylindrical-coordinate representation of color #EA3C3A: hue angle of 0.68º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3C3A is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 58 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.08 |
| HSL | 0.68º | 0.81% | 0.57% | - |
| HSV(B) | 0.68º | 0.75% | 0.92% | - |
| XYZ | 36.31 | 21.03 | 6.15 | - |
| YUV | 111.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 58 | 0 | 0.74 | 0.75 | 0.08 | 0.68 | 0.81 | 0.57 |
| Hex | EA | 3C | 3A | 0 | 4A | 4B | 8 | 1 | 51 | 39 |
| Octal | 352 | 74 | 72 | 0 | 112 | 113 | 10 | 1 | 121 | 71 |
| Binary | 11101010 | 111100 | 111010 | 0 | 1001010 | 1001011 | 1000 | 1 | 1010001 | 111001 |
Color Harmonies of #EA3C3A
Complementary color
Monochromatic Colors of #EA3C3A
Black with #EA3C3A
Text Example
Text Example
White with #EA3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C3A; }
p { color: rgb(234,60,58); }
H1.HeaderClassName
{
color: #EA3C3A;
}
.AnyTagClassName
{
color: #EA3C3A;
}
</style>
background-color css
<style>
a { background-color: #EA3C3A; }
a { background-color: rgb(234,60,58); }
div.DivClassName
{
background-color: #EA3C3A;
}
.BgClassName
{
background-color: #EA3C3A;
}
</style>
border-color css
<style>
span { border-color: #EA3C3A; }
span { border-color: rgb(234,60,58); }
td.TdClassName
{
border-color: #EA3C3A;
}
.TagClassName
{
border-color: #EA3C3A;
}
</style>