Shades of Cinnabar #EA2D22
Tints of Cinnabar #EA2D22
RGB
CMYK
RGB Variations
Color information
#EA2D22 (or 0xEA2D22) is known color: Cinnabar. HEX triplet: EA, 2D and 22. RGB value is (234,45,34). Sum of RGB (Red+Green+Blue) = 234+45+34=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D22 is #15D2DD. Grayscale: #646464. Windows color (decimal): -1430238 or 2239978. OLE color: 2239978.
HSL color Cylindrical-coordinate representation of color #EA2D22: hue angle of 3.3º 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 #EA2D22 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 34 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.08 |
| HSL | 3.3º | 0.83% | 0.53% | - |
| HSV(B) | 3.3º | 0.85% | 0.92% | - |
| XYZ | 35.16 | 19.48 | 3.42 | - |
| YUV | 100.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 34 | 0 | 0.81 | 0.85 | 0.08 | 3.3 | 0.83 | 0.53 |
| Hex | EA | 2D | 22 | 0 | 51 | 55 | 8 | 3 | 53 | 35 |
| Octal | 352 | 55 | 42 | 0 | 121 | 125 | 10 | 3 | 123 | 65 |
| Binary | 11101010 | 101101 | 100010 | 0 | 1010001 | 1010101 | 1000 | 11 | 1010011 | 110101 |
Color Harmonies of #EA2D22
Complementary color
Monochromatic Colors of #EA2D22
Black with #EA2D22
Text Example
Text Example
White with #EA2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D22; }
p { color: rgb(234,45,34); }
H1.HeaderClassName
{
color: #EA2D22;
}
.AnyTagClassName
{
color: #EA2D22;
}
</style>
background-color css
<style>
a { background-color: #EA2D22; }
a { background-color: rgb(234,45,34); }
div.DivClassName
{
background-color: #EA2D22;
}
.BgClassName
{
background-color: #EA2D22;
}
</style>
border-color css
<style>
span { border-color: #EA2D22; }
span { border-color: rgb(234,45,34); }
td.TdClassName
{
border-color: #EA2D22;
}
.TagClassName
{
border-color: #EA2D22;
}
</style>