Shades of Cinnabar #EA3C31
Tints of Cinnabar #EA3C31
RGB
CMYK
RGB Variations
Color information
#EA3C31 (or 0xEA3C31) is known color: Cinnabar. HEX triplet: EA, 3C and 31. RGB value is (234,60,49). Sum of RGB (Red+Green+Blue) = 234+60+49=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C31 is #15C3CE. Grayscale: #6E6E6E. Windows color (decimal): -1426383 or 3226858. OLE color: 3226858.
HSL color Cylindrical-coordinate representation of color #EA3C31: hue angle of 3.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3C31 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 49 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.08 |
| HSL | 3.57º | 0.81% | 0.55% | - |
| HSV(B) | 3.57º | 0.79% | 0.92% | - |
| XYZ | 36.1 | 20.95 | 5.05 | - |
| YUV | 110.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 49 | 0 | 0.74 | 0.79 | 0.08 | 3.57 | 0.81 | 0.55 |
| Hex | EA | 3C | 31 | 0 | 4A | 4F | 8 | 4 | 51 | 37 |
| Octal | 352 | 74 | 61 | 0 | 112 | 117 | 10 | 4 | 121 | 67 |
| Binary | 11101010 | 111100 | 110001 | 0 | 1001010 | 1001111 | 1000 | 100 | 1010001 | 110111 |
Color Harmonies of #EA3C31
Complementary color
Monochromatic Colors of #EA3C31
Black with #EA3C31
Text Example
Text Example
White with #EA3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C31; }
p { color: rgb(234,60,49); }
H1.HeaderClassName
{
color: #EA3C31;
}
.AnyTagClassName
{
color: #EA3C31;
}
</style>
background-color css
<style>
a { background-color: #EA3C31; }
a { background-color: rgb(234,60,49); }
div.DivClassName
{
background-color: #EA3C31;
}
.BgClassName
{
background-color: #EA3C31;
}
</style>
border-color css
<style>
span { border-color: #EA3C31; }
span { border-color: rgb(234,60,49); }
td.TdClassName
{
border-color: #EA3C31;
}
.TagClassName
{
border-color: #EA3C31;
}
</style>