Shades of Cinnabar #EA4719
Tints of Cinnabar #EA4719
RGB
CMYK
RGB Variations
Color information
#EA4719 (or 0xEA4719) is known color: Cinnabar. HEX triplet: EA, 47 and 19. RGB value is (234,71,25). Sum of RGB (Red+Green+Blue) = 234+71+25=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4719 is #15B8E6. Grayscale: #727272. Windows color (decimal): -1423591 or 1656810. OLE color: 1656810.
HSL color Cylindrical-coordinate representation of color #EA4719: hue angle of 13.21º 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 #EA4719 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.08 |
| HSL | 13.21º | 0.83% | 0.51% | - |
| HSV(B) | 13.21º | 0.89% | 0.92% | - |
| XYZ | 36.36 | 22.07 | 3.26 | - |
| YUV | 114.49 | 77.5 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 25 | 0 | 0.70 | 0.89 | 0.08 | 13.21 | 0.83 | 0.51 |
| Hex | EA | 47 | 19 | 0 | 46 | 59 | 8 | D | 53 | 33 |
| Octal | 352 | 107 | 31 | 0 | 106 | 131 | 10 | 15 | 123 | 63 |
| Binary | 11101010 | 1000111 | 11001 | 0 | 1000110 | 1011001 | 1000 | 1101 | 1010011 | 110011 |
Color Harmonies of #EA4719
Complementary color
Monochromatic Colors of #EA4719
Black with #EA4719
Text Example
Text Example
White with #EA4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4719; }
p { color: rgb(234,71,25); }
H1.HeaderClassName
{
color: #EA4719;
}
.AnyTagClassName
{
color: #EA4719;
}
</style>
background-color css
<style>
a { background-color: #EA4719; }
a { background-color: rgb(234,71,25); }
div.DivClassName
{
background-color: #EA4719;
}
.BgClassName
{
background-color: #EA4719;
}
</style>
border-color css
<style>
span { border-color: #EA4719; }
span { border-color: rgb(234,71,25); }
td.TdClassName
{
border-color: #EA4719;
}
.TagClassName
{
border-color: #EA4719;
}
</style>