Shades of Cinnabar #ED3520
Tints of Cinnabar #ED3520
RGB
CMYK
RGB Variations
Color information
#ED3520 (or 0xED3520) is known color: Cinnabar. HEX triplet: ED, 35 and 20. RGB value is (237,53,32). Sum of RGB (Red+Green+Blue) = 237+53+32=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3520 is #12CADF. Grayscale: #696969. Windows color (decimal): -1231584 or 2110957. OLE color: 2110957.
HSL color Cylindrical-coordinate representation of color #ED3520: hue angle of 6.15º 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 #ED3520 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 32 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 6.15º | 0.85% | 0.53% | - |
| HSV(B) | 6.15º | 0.86% | 0.93% | - |
| XYZ | 36.46 | 20.66 | 3.43 | - |
| YUV | 105.62 | 86.46 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 32 | 0 | 0.78 | 0.86 | 0.07 | 6.15 | 0.85 | 0.53 |
| Hex | ED | 35 | 20 | 0 | 4E | 56 | 7 | 6 | 55 | 35 |
| Octal | 355 | 65 | 40 | 0 | 116 | 126 | 7 | 6 | 125 | 65 |
| Binary | 11101101 | 110101 | 100000 | 0 | 1001110 | 1010110 | 111 | 110 | 1010101 | 110101 |
Color Harmonies of #ED3520
Complementary color
Monochromatic Colors of #ED3520
Black with #ED3520
Text Example
Text Example
White with #ED3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3520; }
p { color: rgb(237,53,32); }
H1.HeaderClassName
{
color: #ED3520;
}
.AnyTagClassName
{
color: #ED3520;
}
</style>
background-color css
<style>
a { background-color: #ED3520; }
a { background-color: rgb(237,53,32); }
div.DivClassName
{
background-color: #ED3520;
}
.BgClassName
{
background-color: #ED3520;
}
</style>
border-color css
<style>
span { border-color: #ED3520; }
span { border-color: rgb(237,53,32); }
td.TdClassName
{
border-color: #ED3520;
}
.TagClassName
{
border-color: #ED3520;
}
</style>