Shades of Cinnabar #ED2B20
Tints of Cinnabar #ED2B20
RGB
CMYK
RGB Variations
Color information
#ED2B20 (or 0xED2B20) is known color: Cinnabar. HEX triplet: ED, 2B and 20. RGB value is (237,43,32). Sum of RGB (Red+Green+Blue) = 237+43+32=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B20 is #12D4DF. Grayscale: #636363. Windows color (decimal): -1234144 or 2108397. OLE color: 2108397.
HSL color Cylindrical-coordinate representation of color #ED2B20: hue angle of 3.22º 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 #ED2B20 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 32 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.07 |
| HSL | 3.22º | 0.85% | 0.53% | - |
| HSV(B) | 3.22º | 0.86% | 0.93% | - |
| XYZ | 36.05 | 19.84 | 3.3 | - |
| YUV | 99.75 | 89.77 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 32 | 0 | 0.82 | 0.86 | 0.07 | 3.22 | 0.85 | 0.53 |
| Hex | ED | 2B | 20 | 0 | 52 | 56 | 7 | 3 | 55 | 35 |
| Octal | 355 | 53 | 40 | 0 | 122 | 126 | 7 | 3 | 125 | 65 |
| Binary | 11101101 | 101011 | 100000 | 0 | 1010010 | 1010110 | 111 | 11 | 1010101 | 110101 |
Color Harmonies of #ED2B20
Complementary color
Monochromatic Colors of #ED2B20
Black with #ED2B20
Text Example
Text Example
White with #ED2B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B20; }
p { color: rgb(237,43,32); }
H1.HeaderClassName
{
color: #ED2B20;
}
.AnyTagClassName
{
color: #ED2B20;
}
</style>
background-color css
<style>
a { background-color: #ED2B20; }
a { background-color: rgb(237,43,32); }
div.DivClassName
{
background-color: #ED2B20;
}
.BgClassName
{
background-color: #ED2B20;
}
</style>
border-color css
<style>
span { border-color: #ED2B20; }
span { border-color: rgb(237,43,32); }
td.TdClassName
{
border-color: #ED2B20;
}
.TagClassName
{
border-color: #ED2B20;
}
</style>