Shades of Cinnabar #EA4428
Tints of Cinnabar #EA4428
RGB
CMYK
RGB Variations
Color information
#EA4428 (or 0xEA4428) is known color: Cinnabar. HEX triplet: EA, 44 and 28. RGB value is (234,68,40). Sum of RGB (Red+Green+Blue) = 234+68+40=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4428 is #15BBD7. Grayscale: #727272. Windows color (decimal): -1424344 or 2639082. OLE color: 2639082.
HSL color Cylindrical-coordinate representation of color #EA4428: hue angle of 8.66º 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 #EA4428 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.08 |
| HSL | 8.66º | 0.82% | 0.54% | - |
| HSV(B) | 8.66º | 0.83% | 0.92% | - |
| XYZ | 36.38 | 21.78 | 4.29 | - |
| YUV | 114.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 40 | 0 | 0.71 | 0.83 | 0.08 | 8.66 | 0.82 | 0.54 |
| Hex | EA | 44 | 28 | 0 | 47 | 53 | 8 | 9 | 52 | 36 |
| Octal | 352 | 104 | 50 | 0 | 107 | 123 | 10 | 11 | 122 | 66 |
| Binary | 11101010 | 1000100 | 101000 | 0 | 1000111 | 1010011 | 1000 | 1001 | 1010010 | 110110 |
Color Harmonies of #EA4428
Complementary color
Monochromatic Colors of #EA4428
Black with #EA4428
Text Example
Text Example
White with #EA4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4428; }
p { color: rgb(234,68,40); }
H1.HeaderClassName
{
color: #EA4428;
}
.AnyTagClassName
{
color: #EA4428;
}
</style>
background-color css
<style>
a { background-color: #EA4428; }
a { background-color: rgb(234,68,40); }
div.DivClassName
{
background-color: #EA4428;
}
.BgClassName
{
background-color: #EA4428;
}
</style>
border-color css
<style>
span { border-color: #EA4428; }
span { border-color: rgb(234,68,40); }
td.TdClassName
{
border-color: #EA4428;
}
.TagClassName
{
border-color: #EA4428;
}
</style>