Shades of Cinnabar #EA312C
Tints of Cinnabar #EA312C
RGB
CMYK
RGB Variations
Color information
#EA312C (or 0xEA312C) is known color: Cinnabar. HEX triplet: EA, 31 and 2C. RGB value is (234,49,44). Sum of RGB (Red+Green+Blue) = 234+49+44=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA312C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA312C is #15CED3. Grayscale: #676767. Windows color (decimal): -1429204 or 2896362. OLE color: 2896362.
HSL color Cylindrical-coordinate representation of color #EA312C: hue angle of 1.58º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA312C is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 44 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.08 |
| HSL | 1.58º | 0.82% | 0.55% | - |
| HSV(B) | 1.58º | 0.81% | 0.92% | - |
| XYZ | 35.48 | 19.87 | 4.35 | - |
| YUV | 103.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 44 | 0 | 0.79 | 0.81 | 0.08 | 1.58 | 0.82 | 0.55 |
| Hex | EA | 31 | 2C | 0 | 4F | 51 | 8 | 2 | 52 | 37 |
| Octal | 352 | 61 | 54 | 0 | 117 | 121 | 10 | 2 | 122 | 67 |
| Binary | 11101010 | 110001 | 101100 | 0 | 1001111 | 1010001 | 1000 | 10 | 1010010 | 110111 |
Color Harmonies of #EA312C
Complementary color
Monochromatic Colors of #EA312C
Black with #EA312C
Text Example
Text Example
White with #EA312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA312C; }
p { color: rgb(234,49,44); }
H1.HeaderClassName
{
color: #EA312C;
}
.AnyTagClassName
{
color: #EA312C;
}
</style>
background-color css
<style>
a { background-color: #EA312C; }
a { background-color: rgb(234,49,44); }
div.DivClassName
{
background-color: #EA312C;
}
.BgClassName
{
background-color: #EA312C;
}
</style>
border-color css
<style>
span { border-color: #EA312C; }
span { border-color: rgb(234,49,44); }
td.TdClassName
{
border-color: #EA312C;
}
.TagClassName
{
border-color: #EA312C;
}
</style>