Shades of Cinnabar #EA4D38
Tints of Cinnabar #EA4D38
RGB
CMYK
RGB Variations
Color information
#EA4D38 (or 0xEA4D38) is known color: Cinnabar. HEX triplet: EA, 4D and 38. RGB value is (234,77,56). Sum of RGB (Red+Green+Blue) = 234+77+56=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D38 is #15B2C7. Grayscale: #797979. Windows color (decimal): -1422024 or 3689962. OLE color: 3689962.
HSL color Cylindrical-coordinate representation of color #EA4D38: hue angle of 7.08º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA4D38 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 56 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.08 |
| HSL | 7.08º | 0.81% | 0.57% | - |
| HSV(B) | 7.08º | 0.76% | 0.92% | - |
| XYZ | 37.3 | 23.09 | 6.23 | - |
| YUV | 121.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 56 | 0 | 0.67 | 0.76 | 0.08 | 7.08 | 0.81 | 0.57 |
| Hex | EA | 4D | 38 | 0 | 43 | 4C | 8 | 7 | 51 | 39 |
| Octal | 352 | 115 | 70 | 0 | 103 | 114 | 10 | 7 | 121 | 71 |
| Binary | 11101010 | 1001101 | 111000 | 0 | 1000011 | 1001100 | 1000 | 111 | 1010001 | 111001 |
Color Harmonies of #EA4D38
Complementary color
Monochromatic Colors of #EA4D38
Black with #EA4D38
Text Example
Text Example
White with #EA4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D38; }
p { color: rgb(234,77,56); }
H1.HeaderClassName
{
color: #EA4D38;
}
.AnyTagClassName
{
color: #EA4D38;
}
</style>
background-color css
<style>
a { background-color: #EA4D38; }
a { background-color: rgb(234,77,56); }
div.DivClassName
{
background-color: #EA4D38;
}
.BgClassName
{
background-color: #EA4D38;
}
</style>
border-color css
<style>
span { border-color: #EA4D38; }
span { border-color: rgb(234,77,56); }
td.TdClassName
{
border-color: #EA4D38;
}
.TagClassName
{
border-color: #EA4D38;
}
</style>