Shades of Cinnabar #EA4D1D
Tints of Cinnabar #EA4D1D
RGB
CMYK
RGB Variations
Color information
#EA4D1D (or 0xEA4D1D) is known color: Cinnabar. HEX triplet: EA, 4D and 1D. RGB value is (234,77,29). Sum of RGB (Red+Green+Blue) = 234+77+29=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D1D is #15B2E2. Grayscale: #767676. Windows color (decimal): -1422051 or 1920490. OLE color: 1920490.
HSL color Cylindrical-coordinate representation of color #EA4D1D: hue angle of 14.05º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA4D1D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.08 |
| HSL | 14.05º | 0.83% | 0.52% | - |
| HSV(B) | 14.05º | 0.88% | 0.92% | - |
| XYZ | 36.81 | 22.89 | 3.64 | - |
| YUV | 118.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 29 | 0 | 0.67 | 0.88 | 0.08 | 14.05 | 0.83 | 0.52 |
| Hex | EA | 4D | 1D | 0 | 43 | 58 | 8 | E | 53 | 34 |
| Octal | 352 | 115 | 35 | 0 | 103 | 130 | 10 | 16 | 123 | 64 |
| Binary | 11101010 | 1001101 | 11101 | 0 | 1000011 | 1011000 | 1000 | 1110 | 1010011 | 110100 |
Color Harmonies of #EA4D1D
Complementary color
Monochromatic Colors of #EA4D1D
Black with #EA4D1D
Text Example
Text Example
White with #EA4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D1D; }
p { color: rgb(234,77,29); }
H1.HeaderClassName
{
color: #EA4D1D;
}
.AnyTagClassName
{
color: #EA4D1D;
}
</style>
background-color css
<style>
a { background-color: #EA4D1D; }
a { background-color: rgb(234,77,29); }
div.DivClassName
{
background-color: #EA4D1D;
}
.BgClassName
{
background-color: #EA4D1D;
}
</style>
border-color css
<style>
span { border-color: #EA4D1D; }
span { border-color: rgb(234,77,29); }
td.TdClassName
{
border-color: #EA4D1D;
}
.TagClassName
{
border-color: #EA4D1D;
}
</style>