Shades of Cinnabar #EA4628
Tints of Cinnabar #EA4628
RGB
CMYK
RGB Variations
Color information
#EA4628 (or 0xEA4628) is known color: Cinnabar. HEX triplet: EA, 46 and 28. RGB value is (234,70,40). Sum of RGB (Red+Green+Blue) = 234+70+40=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4628 is #15B9D7. Grayscale: #737373. Windows color (decimal): -1423832 or 2639594. OLE color: 2639594.
HSL color Cylindrical-coordinate representation of color #EA4628: hue angle of 9.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA4628 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 40 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.08 |
| HSL | 9.28º | 0.82% | 0.54% | - |
| HSV(B) | 9.28º | 0.83% | 0.92% | - |
| XYZ | 36.5 | 22.03 | 4.33 | - |
| YUV | 115.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 40 | 0 | 0.70 | 0.83 | 0.08 | 9.28 | 0.82 | 0.54 |
| Hex | EA | 46 | 28 | 0 | 46 | 53 | 8 | 9 | 52 | 36 |
| Octal | 352 | 106 | 50 | 0 | 106 | 123 | 10 | 11 | 122 | 66 |
| Binary | 11101010 | 1000110 | 101000 | 0 | 1000110 | 1010011 | 1000 | 1001 | 1010010 | 110110 |
Color Harmonies of #EA4628
Complementary color
Monochromatic Colors of #EA4628
Black with #EA4628
Text Example
Text Example
White with #EA4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4628; }
p { color: rgb(234,70,40); }
H1.HeaderClassName
{
color: #EA4628;
}
.AnyTagClassName
{
color: #EA4628;
}
</style>
background-color css
<style>
a { background-color: #EA4628; }
a { background-color: rgb(234,70,40); }
div.DivClassName
{
background-color: #EA4628;
}
.BgClassName
{
background-color: #EA4628;
}
</style>
border-color css
<style>
span { border-color: #EA4628; }
span { border-color: rgb(234,70,40); }
td.TdClassName
{
border-color: #EA4628;
}
.TagClassName
{
border-color: #EA4628;
}
</style>