Shades of Cinnabar #EA4D26
Tints of Cinnabar #EA4D26
RGB
CMYK
RGB Variations
Color information
#EA4D26 (or 0xEA4D26) is known color: Cinnabar. HEX triplet: EA, 4D and 26. RGB value is (234,77,38). Sum of RGB (Red+Green+Blue) = 234+77+38=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D26 is #15B2D9. Grayscale: #777777. Windows color (decimal): -1422042 or 2510314. OLE color: 2510314.
HSL color Cylindrical-coordinate representation of color #EA4D26: hue angle of 11.94º 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 #EA4D26 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 38 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.08 |
| HSL | 11.94º | 0.82% | 0.53% | - |
| HSV(B) | 11.94º | 0.84% | 0.92% | - |
| XYZ | 36.94 | 22.94 | 4.31 | - |
| YUV | 119.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 38 | 0 | 0.67 | 0.84 | 0.08 | 11.94 | 0.82 | 0.53 |
| Hex | EA | 4D | 26 | 0 | 43 | 54 | 8 | C | 52 | 35 |
| Octal | 352 | 115 | 46 | 0 | 103 | 124 | 10 | 14 | 122 | 65 |
| Binary | 11101010 | 1001101 | 100110 | 0 | 1000011 | 1010100 | 1000 | 1100 | 1010010 | 110101 |
Color Harmonies of #EA4D26
Complementary color
Monochromatic Colors of #EA4D26
Black with #EA4D26
Text Example
Text Example
White with #EA4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D26; }
p { color: rgb(234,77,38); }
H1.HeaderClassName
{
color: #EA4D26;
}
.AnyTagClassName
{
color: #EA4D26;
}
</style>
background-color css
<style>
a { background-color: #EA4D26; }
a { background-color: rgb(234,77,38); }
div.DivClassName
{
background-color: #EA4D26;
}
.BgClassName
{
background-color: #EA4D26;
}
</style>
border-color css
<style>
span { border-color: #EA4D26; }
span { border-color: rgb(234,77,38); }
td.TdClassName
{
border-color: #EA4D26;
}
.TagClassName
{
border-color: #EA4D26;
}
</style>