Shades of Cinnabar #ED3222
Tints of Cinnabar #ED3222
RGB
CMYK
RGB Variations
Color information
#ED3222 (or 0xED3222) is known color: Cinnabar. HEX triplet: ED, 32 and 22. RGB value is (237,50,34). Sum of RGB (Red+Green+Blue) = 237+50+34=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3222 is #12CDDD. Grayscale: #686868. Windows color (decimal): -1232350 or 2241261. OLE color: 2241261.
HSL color Cylindrical-coordinate representation of color #ED3222: hue angle of 4.73º 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 #ED3222 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 34 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.07 |
| HSL | 4.73º | 0.85% | 0.53% | - |
| HSV(B) | 4.73º | 0.86% | 0.93% | - |
| XYZ | 36.35 | 20.4 | 3.54 | - |
| YUV | 104.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 34 | 0 | 0.79 | 0.86 | 0.07 | 4.73 | 0.85 | 0.53 |
| Hex | ED | 32 | 22 | 0 | 4F | 56 | 7 | 5 | 55 | 35 |
| Octal | 355 | 62 | 42 | 0 | 117 | 126 | 7 | 5 | 125 | 65 |
| Binary | 11101101 | 110010 | 100010 | 0 | 1001111 | 1010110 | 111 | 101 | 1010101 | 110101 |
Color Harmonies of #ED3222
Complementary color
Monochromatic Colors of #ED3222
Black with #ED3222
Text Example
Text Example
White with #ED3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3222; }
p { color: rgb(237,50,34); }
H1.HeaderClassName
{
color: #ED3222;
}
.AnyTagClassName
{
color: #ED3222;
}
</style>
background-color css
<style>
a { background-color: #ED3222; }
a { background-color: rgb(237,50,34); }
div.DivClassName
{
background-color: #ED3222;
}
.BgClassName
{
background-color: #ED3222;
}
</style>
border-color css
<style>
span { border-color: #ED3222; }
span { border-color: rgb(237,50,34); }
td.TdClassName
{
border-color: #ED3222;
}
.TagClassName
{
border-color: #ED3222;
}
</style>