Shades of Cinnabar #EA3231
Tints of Cinnabar #EA3231
RGB
CMYK
RGB Variations
Color information
#EA3231 (or 0xEA3231) is known color: Cinnabar. HEX triplet: EA, 32 and 31. RGB value is (234,50,49). Sum of RGB (Red+Green+Blue) = 234+50+49=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3231 is #15CDCE. Grayscale: #696969. Windows color (decimal): -1428943 or 3224298. OLE color: 3224298.
HSL color Cylindrical-coordinate representation of color #EA3231: hue angle of 0.32º 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 #EA3231 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 49 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.08 |
| HSL | 0.32º | 0.81% | 0.55% | - |
| HSV(B) | 0.32º | 0.79% | 0.92% | - |
| XYZ | 35.63 | 20 | 4.89 | - |
| YUV | 104.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 49 | 0 | 0.79 | 0.79 | 0.08 | 0.32 | 0.81 | 0.55 |
| Hex | EA | 32 | 31 | 0 | 4F | 4F | 8 | 0 | 51 | 37 |
| Octal | 352 | 62 | 61 | 0 | 117 | 117 | 10 | 0 | 121 | 67 |
| Binary | 11101010 | 110010 | 110001 | 0 | 1001111 | 1001111 | 1000 | 0 | 1010001 | 110111 |
Color Harmonies of #EA3231
Complementary color
Monochromatic Colors of #EA3231
Black with #EA3231
Text Example
Text Example
White with #EA3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3231; }
p { color: rgb(234,50,49); }
H1.HeaderClassName
{
color: #EA3231;
}
.AnyTagClassName
{
color: #EA3231;
}
</style>
background-color css
<style>
a { background-color: #EA3231; }
a { background-color: rgb(234,50,49); }
div.DivClassName
{
background-color: #EA3231;
}
.BgClassName
{
background-color: #EA3231;
}
</style>
border-color css
<style>
span { border-color: #EA3231; }
span { border-color: rgb(234,50,49); }
td.TdClassName
{
border-color: #EA3231;
}
.TagClassName
{
border-color: #EA3231;
}
</style>