Shades of Cinnabar #EA3A19
Tints of Cinnabar #EA3A19
RGB
CMYK
RGB Variations
Color information
#EA3A19 (or 0xEA3A19) is known color: Cinnabar. HEX triplet: EA, 3A and 19. RGB value is (234,58,25). Sum of RGB (Red+Green+Blue) = 234+58+25=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A19 is #15C5E6. Grayscale: #6B6B6B. Windows color (decimal): -1426919 or 1653482. OLE color: 1653482.
HSL color Cylindrical-coordinate representation of color #EA3A19: hue angle of 9.47º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA3A19 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.08 |
| HSL | 9.47º | 0.83% | 0.51% | - |
| HSV(B) | 9.47º | 0.89% | 0.92% | - |
| XYZ | 35.62 | 20.59 | 3.02 | - |
| YUV | 106.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 25 | 0 | 0.75 | 0.89 | 0.08 | 9.47 | 0.83 | 0.51 |
| Hex | EA | 3A | 19 | 0 | 4B | 59 | 8 | 9 | 53 | 33 |
| Octal | 352 | 72 | 31 | 0 | 113 | 131 | 10 | 11 | 123 | 63 |
| Binary | 11101010 | 111010 | 11001 | 0 | 1001011 | 1011001 | 1000 | 1001 | 1010011 | 110011 |
Color Harmonies of #EA3A19
Complementary color
Monochromatic Colors of #EA3A19
Black with #EA3A19
Text Example
Text Example
White with #EA3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A19; }
p { color: rgb(234,58,25); }
H1.HeaderClassName
{
color: #EA3A19;
}
.AnyTagClassName
{
color: #EA3A19;
}
</style>
background-color css
<style>
a { background-color: #EA3A19; }
a { background-color: rgb(234,58,25); }
div.DivClassName
{
background-color: #EA3A19;
}
.BgClassName
{
background-color: #EA3A19;
}
</style>
border-color css
<style>
span { border-color: #EA3A19; }
span { border-color: rgb(234,58,25); }
td.TdClassName
{
border-color: #EA3A19;
}
.TagClassName
{
border-color: #EA3A19;
}
</style>