Shades of Cinnabar #EA4028
Tints of Cinnabar #EA4028
RGB
CMYK
RGB Variations
Color information
#EA4028 (or 0xEA4028) is known color: Cinnabar. HEX triplet: EA, 40 and 28. RGB value is (234,64,40). Sum of RGB (Red+Green+Blue) = 234+64+40=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4028 is #15BFD7. Grayscale: #707070. Windows color (decimal): -1425368 or 2638058. OLE color: 2638058.
HSL color Cylindrical-coordinate representation of color #EA4028: hue angle of 7.42º 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 #EA4028 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 40 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.08 |
| HSL | 7.42º | 0.82% | 0.54% | - |
| HSV(B) | 7.42º | 0.83% | 0.92% | - |
| XYZ | 36.15 | 21.31 | 4.22 | - |
| YUV | 112.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 40 | 0 | 0.73 | 0.83 | 0.08 | 7.42 | 0.82 | 0.54 |
| Hex | EA | 40 | 28 | 0 | 49 | 53 | 8 | 7 | 52 | 36 |
| Octal | 352 | 100 | 50 | 0 | 111 | 123 | 10 | 7 | 122 | 66 |
| Binary | 11101010 | 1000000 | 101000 | 0 | 1001001 | 1010011 | 1000 | 111 | 1010010 | 110110 |
Color Harmonies of #EA4028
Complementary color
Monochromatic Colors of #EA4028
Black with #EA4028
Text Example
Text Example
White with #EA4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4028; }
p { color: rgb(234,64,40); }
H1.HeaderClassName
{
color: #EA4028;
}
.AnyTagClassName
{
color: #EA4028;
}
</style>
background-color css
<style>
a { background-color: #EA4028; }
a { background-color: rgb(234,64,40); }
div.DivClassName
{
background-color: #EA4028;
}
.BgClassName
{
background-color: #EA4028;
}
</style>
border-color css
<style>
span { border-color: #EA4028; }
span { border-color: rgb(234,64,40); }
td.TdClassName
{
border-color: #EA4028;
}
.TagClassName
{
border-color: #EA4028;
}
</style>