Shades of Cinnabar #EA3C1D
Tints of Cinnabar #EA3C1D
RGB
CMYK
RGB Variations
Color information
#EA3C1D (or 0xEA3C1D) is known color: Cinnabar. HEX triplet: EA, 3C and 1D. RGB value is (234,60,29). Sum of RGB (Red+Green+Blue) = 234+60+29=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C1D is #15C3E2. Grayscale: #6C6C6C. Windows color (decimal): -1426403 or 1916138. OLE color: 1916138.
HSL color Cylindrical-coordinate representation of color #EA3C1D: hue angle of 9.07º 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 #EA3C1D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.08 |
| HSL | 9.07º | 0.83% | 0.52% | - |
| HSV(B) | 9.07º | 0.88% | 0.92% | - |
| XYZ | 35.77 | 20.81 | 3.29 | - |
| YUV | 108.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 29 | 0 | 0.74 | 0.88 | 0.08 | 9.07 | 0.83 | 0.52 |
| Hex | EA | 3C | 1D | 0 | 4A | 58 | 8 | 9 | 53 | 34 |
| Octal | 352 | 74 | 35 | 0 | 112 | 130 | 10 | 11 | 123 | 64 |
| Binary | 11101010 | 111100 | 11101 | 0 | 1001010 | 1011000 | 1000 | 1001 | 1010011 | 110100 |
Color Harmonies of #EA3C1D
Complementary color
Monochromatic Colors of #EA3C1D
Black with #EA3C1D
Text Example
Text Example
White with #EA3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C1D; }
p { color: rgb(234,60,29); }
H1.HeaderClassName
{
color: #EA3C1D;
}
.AnyTagClassName
{
color: #EA3C1D;
}
</style>
background-color css
<style>
a { background-color: #EA3C1D; }
a { background-color: rgb(234,60,29); }
div.DivClassName
{
background-color: #EA3C1D;
}
.BgClassName
{
background-color: #EA3C1D;
}
</style>
border-color css
<style>
span { border-color: #EA3C1D; }
span { border-color: rgb(234,60,29); }
td.TdClassName
{
border-color: #EA3C1D;
}
.TagClassName
{
border-color: #EA3C1D;
}
</style>