Shades of Cinnabar #EA4D27
Tints of Cinnabar #EA4D27
RGB
CMYK
RGB Variations
Color information
#EA4D27 (or 0xEA4D27) is known color: Cinnabar. HEX triplet: EA, 4D and 27. RGB value is (234,77,39). Sum of RGB (Red+Green+Blue) = 234+77+39=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D27 is #15B2D8. Grayscale: #777777. Windows color (decimal): -1422041 or 2575850. OLE color: 2575850.
HSL color Cylindrical-coordinate representation of color #EA4D27: hue angle of 11.69º 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 #EA4D27 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 39 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.08 |
| HSL | 11.69º | 0.82% | 0.54% | - |
| HSV(B) | 11.69º | 0.83% | 0.92% | - |
| XYZ | 36.95 | 22.95 | 4.4 | - |
| YUV | 119.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 39 | 0 | 0.67 | 0.83 | 0.08 | 11.69 | 0.82 | 0.54 |
| Hex | EA | 4D | 27 | 0 | 43 | 53 | 8 | C | 52 | 36 |
| Octal | 352 | 115 | 47 | 0 | 103 | 123 | 10 | 14 | 122 | 66 |
| Binary | 11101010 | 1001101 | 100111 | 0 | 1000011 | 1010011 | 1000 | 1100 | 1010010 | 110110 |
Color Harmonies of #EA4D27
Complementary color
Monochromatic Colors of #EA4D27
Black with #EA4D27
Text Example
Text Example
White with #EA4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D27; }
p { color: rgb(234,77,39); }
H1.HeaderClassName
{
color: #EA4D27;
}
.AnyTagClassName
{
color: #EA4D27;
}
</style>
background-color css
<style>
a { background-color: #EA4D27; }
a { background-color: rgb(234,77,39); }
div.DivClassName
{
background-color: #EA4D27;
}
.BgClassName
{
background-color: #EA4D27;
}
</style>
border-color css
<style>
span { border-color: #EA4D27; }
span { border-color: rgb(234,77,39); }
td.TdClassName
{
border-color: #EA4D27;
}
.TagClassName
{
border-color: #EA4D27;
}
</style>