Shades of Cinnabar #EA4919
Tints of Cinnabar #EA4919
RGB
CMYK
RGB Variations
Color information
#EA4919 (or 0xEA4919) is known color: Cinnabar. HEX triplet: EA, 49 and 19. RGB value is (234,73,25). Sum of RGB (Red+Green+Blue) = 234+73+25=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4919 is #15B6E6. Grayscale: #747474. Windows color (decimal): -1423079 or 1657322. OLE color: 1657322.
HSL color Cylindrical-coordinate representation of color #EA4919: hue angle of 13.78º 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 #EA4919 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 25 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.08 |
| HSL | 13.78º | 0.83% | 0.51% | - |
| HSV(B) | 13.78º | 0.89% | 0.92% | - |
| XYZ | 36.49 | 22.33 | 3.31 | - |
| YUV | 115.67 | 76.84 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 25 | 0 | 0.69 | 0.89 | 0.08 | 13.78 | 0.83 | 0.51 |
| Hex | EA | 49 | 19 | 0 | 45 | 59 | 8 | E | 53 | 33 |
| Octal | 352 | 111 | 31 | 0 | 105 | 131 | 10 | 16 | 123 | 63 |
| Binary | 11101010 | 1001001 | 11001 | 0 | 1000101 | 1011001 | 1000 | 1110 | 1010011 | 110011 |
Color Harmonies of #EA4919
Complementary color
Monochromatic Colors of #EA4919
Black with #EA4919
Text Example
Text Example
White with #EA4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4919; }
p { color: rgb(234,73,25); }
H1.HeaderClassName
{
color: #EA4919;
}
.AnyTagClassName
{
color: #EA4919;
}
</style>
background-color css
<style>
a { background-color: #EA4919; }
a { background-color: rgb(234,73,25); }
div.DivClassName
{
background-color: #EA4919;
}
.BgClassName
{
background-color: #EA4919;
}
</style>
border-color css
<style>
span { border-color: #EA4919; }
span { border-color: rgb(234,73,25); }
td.TdClassName
{
border-color: #EA4919;
}
.TagClassName
{
border-color: #EA4919;
}
</style>