Shades of Cinnabar #ED2820
Tints of Cinnabar #ED2820
RGB
CMYK
RGB Variations
Color information
#ED2820 (or 0xED2820) is known color: Cinnabar. HEX triplet: ED, 28 and 20. RGB value is (237,40,32). Sum of RGB (Red+Green+Blue) = 237+40+32=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2820 is #12D7DF. Grayscale: #626262. Windows color (decimal): -1234912 or 2107629. OLE color: 2107629.
HSL color Cylindrical-coordinate representation of color #ED2820: hue angle of 2.34º 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 #ED2820 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 32 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.07 |
| HSL | 2.34º | 0.85% | 0.53% | - |
| HSV(B) | 2.34º | 0.86% | 0.93% | - |
| XYZ | 35.94 | 19.63 | 3.26 | - |
| YUV | 97.99 | 90.77 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 32 | 0 | 0.83 | 0.86 | 0.07 | 2.34 | 0.85 | 0.53 |
| Hex | ED | 28 | 20 | 0 | 53 | 56 | 7 | 2 | 55 | 35 |
| Octal | 355 | 50 | 40 | 0 | 123 | 126 | 7 | 2 | 125 | 65 |
| Binary | 11101101 | 101000 | 100000 | 0 | 1010011 | 1010110 | 111 | 10 | 1010101 | 110101 |
Color Harmonies of #ED2820
Complementary color
Monochromatic Colors of #ED2820
Black with #ED2820
Text Example
Text Example
White with #ED2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2820; }
p { color: rgb(237,40,32); }
H1.HeaderClassName
{
color: #ED2820;
}
.AnyTagClassName
{
color: #ED2820;
}
</style>
background-color css
<style>
a { background-color: #ED2820; }
a { background-color: rgb(237,40,32); }
div.DivClassName
{
background-color: #ED2820;
}
.BgClassName
{
background-color: #ED2820;
}
</style>
border-color css
<style>
span { border-color: #ED2820; }
span { border-color: rgb(237,40,32); }
td.TdClassName
{
border-color: #ED2820;
}
.TagClassName
{
border-color: #ED2820;
}
</style>