Shades of Cinnabar #EA2120
Tints of Cinnabar #EA2120
RGB
CMYK
RGB Variations
Color information
#EA2120 (or 0xEA2120) is known color: Cinnabar. HEX triplet: EA, 21 and 20. RGB value is (234,33,32). Sum of RGB (Red+Green+Blue) = 234+33+32=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2120 is #15DEDF. Grayscale: #5D5D5D. Windows color (decimal): -1433312 or 2105834. OLE color: 2105834.
HSL color Cylindrical-coordinate representation of color #EA2120: hue angle of 0.3º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2120 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 32 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.08 |
| HSL | 0.3º | 0.83% | 0.52% | - |
| HSV(B) | 0.3º | 0.86% | 0.92% | - |
| XYZ | 34.74 | 18.68 | 3.14 | - |
| YUV | 92.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 32 | 0 | 0.86 | 0.86 | 0.08 | 0.3 | 0.83 | 0.52 |
| Hex | EA | 21 | 20 | 0 | 56 | 56 | 8 | 0 | 53 | 34 |
| Octal | 352 | 41 | 40 | 0 | 126 | 126 | 10 | 0 | 123 | 64 |
| Binary | 11101010 | 100001 | 100000 | 0 | 1010110 | 1010110 | 1000 | 0 | 1010011 | 110100 |
Color Harmonies of #EA2120
Complementary color
Monochromatic Colors of #EA2120
Black with #EA2120
Text Example
Text Example
White with #EA2120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2120; }
p { color: rgb(234,33,32); }
H1.HeaderClassName
{
color: #EA2120;
}
.AnyTagClassName
{
color: #EA2120;
}
</style>
background-color css
<style>
a { background-color: #EA2120; }
a { background-color: rgb(234,33,32); }
div.DivClassName
{
background-color: #EA2120;
}
.BgClassName
{
background-color: #EA2120;
}
</style>
border-color css
<style>
span { border-color: #EA2120; }
span { border-color: rgb(234,33,32); }
td.TdClassName
{
border-color: #EA2120;
}
.TagClassName
{
border-color: #EA2120;
}
</style>