Shades of Cinnabar #ED3120
Tints of Cinnabar #ED3120
RGB
CMYK
RGB Variations
Color information
#ED3120 (or 0xED3120) is known color: Cinnabar. HEX triplet: ED, 31 and 20. RGB value is (237,49,32). Sum of RGB (Red+Green+Blue) = 237+49+32=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3120 is #12CEDF. Grayscale: #676767. Windows color (decimal): -1232608 or 2109933. OLE color: 2109933.
HSL color Cylindrical-coordinate representation of color #ED3120: hue angle of 4.98º 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 #ED3120 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 32 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.07 |
| HSL | 4.98º | 0.85% | 0.53% | - |
| HSV(B) | 4.98º | 0.86% | 0.93% | - |
| XYZ | 36.28 | 20.31 | 3.37 | - |
| YUV | 103.27 | 87.78 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 32 | 0 | 0.79 | 0.86 | 0.07 | 4.98 | 0.85 | 0.53 |
| Hex | ED | 31 | 20 | 0 | 4F | 56 | 7 | 5 | 55 | 35 |
| Octal | 355 | 61 | 40 | 0 | 117 | 126 | 7 | 5 | 125 | 65 |
| Binary | 11101101 | 110001 | 100000 | 0 | 1001111 | 1010110 | 111 | 101 | 1010101 | 110101 |
Color Harmonies of #ED3120
Complementary color
Monochromatic Colors of #ED3120
Black with #ED3120
Text Example
Text Example
White with #ED3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3120; }
p { color: rgb(237,49,32); }
H1.HeaderClassName
{
color: #ED3120;
}
.AnyTagClassName
{
color: #ED3120;
}
</style>
background-color css
<style>
a { background-color: #ED3120; }
a { background-color: rgb(237,49,32); }
div.DivClassName
{
background-color: #ED3120;
}
.BgClassName
{
background-color: #ED3120;
}
</style>
border-color css
<style>
span { border-color: #ED3120; }
span { border-color: rgb(237,49,32); }
td.TdClassName
{
border-color: #ED3120;
}
.TagClassName
{
border-color: #ED3120;
}
</style>