Shades of Cinnabar #ED2222
Tints of Cinnabar #ED2222
RGB
CMYK
RGB Variations
Color information
#ED2222 (or 0xED2222) is known color: Cinnabar. HEX triplet: ED, 22 and 22. RGB value is (237,34,34). Sum of RGB (Red+Green+Blue) = 237+34+34=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2222 is #12DDDD. Grayscale: #5E5E5E. Windows color (decimal): -1236446 or 2237165. OLE color: 2237165.
HSL color Cylindrical-coordinate representation of color #ED2222: hue angle of 0º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2222 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 34 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.07 |
| HSL | 0º | 0.85% | 0.53% | - |
| HSV(B) | 0º | 0.86% | 0.93% | - |
| XYZ | 35.79 | 19.26 | 3.35 | - |
| YUV | 94.7 | 93.75 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 34 | 0 | 0.86 | 0.86 | 0.07 | 0 | 0.85 | 0.53 |
| Hex | ED | 22 | 22 | 0 | 56 | 56 | 7 | 0 | 55 | 35 |
| Octal | 355 | 42 | 42 | 0 | 126 | 126 | 7 | 0 | 125 | 65 |
| Binary | 11101101 | 100010 | 100010 | 0 | 1010110 | 1010110 | 111 | 0 | 1010101 | 110101 |
Color Harmonies of #ED2222
Complementary color
Monochromatic Colors of #ED2222
Black with #ED2222
Text Example
Text Example
White with #ED2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2222; }
p { color: rgb(237,34,34); }
H1.HeaderClassName
{
color: #ED2222;
}
.AnyTagClassName
{
color: #ED2222;
}
</style>
background-color css
<style>
a { background-color: #ED2222; }
a { background-color: rgb(237,34,34); }
div.DivClassName
{
background-color: #ED2222;
}
.BgClassName
{
background-color: #ED2222;
}
</style>
border-color css
<style>
span { border-color: #ED2222; }
span { border-color: rgb(237,34,34); }
td.TdClassName
{
border-color: #ED2222;
}
.TagClassName
{
border-color: #ED2222;
}
</style>