Shades of Cinnabar #EA3C1C
Tints of Cinnabar #EA3C1C
RGB
CMYK
RGB Variations
Color information
#EA3C1C (or 0xEA3C1C) is known color: Cinnabar. HEX triplet: EA, 3C and 1C. RGB value is (234,60,28). Sum of RGB (Red+Green+Blue) = 234+60+28=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C1C is #15C3E3. Grayscale: #6C6C6C. Windows color (decimal): -1426404 or 1850602. OLE color: 1850602.
HSL color Cylindrical-coordinate representation of color #EA3C1C: hue angle of 9.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA3C1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 28 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.08 |
| HSL | 9.32º | 0.83% | 0.51% | - |
| HSV(B) | 9.32º | 0.88% | 0.92% | - |
| XYZ | 35.76 | 20.81 | 3.23 | - |
| YUV | 108.38 | 82.65 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 28 | 0 | 0.74 | 0.88 | 0.08 | 9.32 | 0.83 | 0.51 |
| Hex | EA | 3C | 1C | 0 | 4A | 58 | 8 | 9 | 53 | 33 |
| Octal | 352 | 74 | 34 | 0 | 112 | 130 | 10 | 11 | 123 | 63 |
| Binary | 11101010 | 111100 | 11100 | 0 | 1001010 | 1011000 | 1000 | 1001 | 1010011 | 110011 |
Color Harmonies of #EA3C1C
Complementary color
Monochromatic Colors of #EA3C1C
Black with #EA3C1C
Text Example
Text Example
White with #EA3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C1C; }
p { color: rgb(234,60,28); }
H1.HeaderClassName
{
color: #EA3C1C;
}
.AnyTagClassName
{
color: #EA3C1C;
}
</style>
background-color css
<style>
a { background-color: #EA3C1C; }
a { background-color: rgb(234,60,28); }
div.DivClassName
{
background-color: #EA3C1C;
}
.BgClassName
{
background-color: #EA3C1C;
}
</style>
border-color css
<style>
span { border-color: #EA3C1C; }
span { border-color: rgb(234,60,28); }
td.TdClassName
{
border-color: #EA3C1C;
}
.TagClassName
{
border-color: #EA3C1C;
}
</style>