Shades of Cinnabar #EA2222
Tints of Cinnabar #EA2222
RGB
CMYK
RGB Variations
Color information
#EA2222 (or 0xEA2222) is known color: Cinnabar. HEX triplet: EA, 22 and 22. RGB value is (234,34,34). Sum of RGB (Red+Green+Blue) = 234+34+34=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2222 is #15DDDD. Grayscale: #5E5E5E. Windows color (decimal): -1433054 or 2237162. OLE color: 2237162.
HSL color Cylindrical-coordinate representation of color #EA2222: hue angle of 0º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2222 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 34 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.08 |
| HSL | 0º | 0.83% | 0.53% | - |
| HSV(B) | 0º | 0.85% | 0.92% | - |
| XYZ | 34.79 | 18.75 | 3.3 | - |
| YUV | 93.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 34 | 0 | 0.85 | 0.85 | 0.08 | 0 | 0.83 | 0.53 |
| Hex | EA | 22 | 22 | 0 | 55 | 55 | 8 | 0 | 53 | 35 |
| Octal | 352 | 42 | 42 | 0 | 125 | 125 | 10 | 0 | 123 | 65 |
| Binary | 11101010 | 100010 | 100010 | 0 | 1010101 | 1010101 | 1000 | 0 | 1010011 | 110101 |
Color Harmonies of #EA2222
Complementary color
Monochromatic Colors of #EA2222
Black with #EA2222
Text Example
Text Example
White with #EA2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2222; }
p { color: rgb(234,34,34); }
H1.HeaderClassName
{
color: #EA2222;
}
.AnyTagClassName
{
color: #EA2222;
}
</style>
background-color css
<style>
a { background-color: #EA2222; }
a { background-color: rgb(234,34,34); }
div.DivClassName
{
background-color: #EA2222;
}
.BgClassName
{
background-color: #EA2222;
}
</style>
border-color css
<style>
span { border-color: #EA2222; }
span { border-color: rgb(234,34,34); }
td.TdClassName
{
border-color: #EA2222;
}
.TagClassName
{
border-color: #EA2222;
}
</style>