Shades of Cinnabar #EA4A26
Tints of Cinnabar #EA4A26
RGB
CMYK
RGB Variations
Color information
#EA4A26 (or 0xEA4A26) is known color: Cinnabar. HEX triplet: EA, 4A and 26. RGB value is (234,74,38). Sum of RGB (Red+Green+Blue) = 234+74+38=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A26 is #15B5D9. Grayscale: #767676. Windows color (decimal): -1422810 or 2509546. OLE color: 2509546.
HSL color Cylindrical-coordinate representation of color #EA4A26: hue angle of 11.02º 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 #EA4A26 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 38 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.08 |
| HSL | 11.02º | 0.82% | 0.53% | - |
| HSV(B) | 11.02º | 0.84% | 0.92% | - |
| XYZ | 36.73 | 22.53 | 4.25 | - |
| YUV | 117.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 38 | 0 | 0.68 | 0.84 | 0.08 | 11.02 | 0.82 | 0.53 |
| Hex | EA | 4A | 26 | 0 | 44 | 54 | 8 | B | 52 | 35 |
| Octal | 352 | 112 | 46 | 0 | 104 | 124 | 10 | 13 | 122 | 65 |
| Binary | 11101010 | 1001010 | 100110 | 0 | 1000100 | 1010100 | 1000 | 1011 | 1010010 | 110101 |
Color Harmonies of #EA4A26
Complementary color
Monochromatic Colors of #EA4A26
Black with #EA4A26
Text Example
Text Example
White with #EA4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A26; }
p { color: rgb(234,74,38); }
H1.HeaderClassName
{
color: #EA4A26;
}
.AnyTagClassName
{
color: #EA4A26;
}
</style>
background-color css
<style>
a { background-color: #EA4A26; }
a { background-color: rgb(234,74,38); }
div.DivClassName
{
background-color: #EA4A26;
}
.BgClassName
{
background-color: #EA4A26;
}
</style>
border-color css
<style>
span { border-color: #EA4A26; }
span { border-color: rgb(234,74,38); }
td.TdClassName
{
border-color: #EA4A26;
}
.TagClassName
{
border-color: #EA4A26;
}
</style>