Shades of Cinnabar #EA4926
Tints of Cinnabar #EA4926
RGB
CMYK
RGB Variations
Color information
#EA4926 (or 0xEA4926) is known color: Cinnabar. HEX triplet: EA, 49 and 26. RGB value is (234,73,38). Sum of RGB (Red+Green+Blue) = 234+73+38=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4926 is #15B6D9. Grayscale: #757575. Windows color (decimal): -1423066 or 2509290. OLE color: 2509290.
HSL color Cylindrical-coordinate representation of color #EA4926: hue angle of 10.71º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA4926 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 38 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.08 |
| HSL | 10.71º | 0.82% | 0.53% | - |
| HSV(B) | 10.71º | 0.84% | 0.92% | - |
| XYZ | 36.66 | 22.4 | 4.22 | - |
| YUV | 117.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 38 | 0 | 0.69 | 0.84 | 0.08 | 10.71 | 0.82 | 0.53 |
| Hex | EA | 49 | 26 | 0 | 45 | 54 | 8 | B | 52 | 35 |
| Octal | 352 | 111 | 46 | 0 | 105 | 124 | 10 | 13 | 122 | 65 |
| Binary | 11101010 | 1001001 | 100110 | 0 | 1000101 | 1010100 | 1000 | 1011 | 1010010 | 110101 |
Color Harmonies of #EA4926
Complementary color
Monochromatic Colors of #EA4926
Black with #EA4926
Text Example
Text Example
White with #EA4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4926; }
p { color: rgb(234,73,38); }
H1.HeaderClassName
{
color: #EA4926;
}
.AnyTagClassName
{
color: #EA4926;
}
</style>
background-color css
<style>
a { background-color: #EA4926; }
a { background-color: rgb(234,73,38); }
div.DivClassName
{
background-color: #EA4926;
}
.BgClassName
{
background-color: #EA4926;
}
</style>
border-color css
<style>
span { border-color: #EA4926; }
span { border-color: rgb(234,73,38); }
td.TdClassName
{
border-color: #EA4926;
}
.TagClassName
{
border-color: #EA4926;
}
</style>