Shades of Cinnabar #ED4920
Tints of Cinnabar #ED4920
RGB
CMYK
RGB Variations
Color information
#ED4920 (or 0xED4920) is known color: Cinnabar. HEX triplet: ED, 49 and 20. RGB value is (237,73,32). Sum of RGB (Red+Green+Blue) = 237+73+32=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4920 is #12B6DF. Grayscale: #757575. Windows color (decimal): -1226464 or 2116077. OLE color: 2116077.
HSL color Cylindrical-coordinate representation of color #ED4920: hue angle of 12º 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 #ED4920 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.07 |
| HSL | 12º | 0.85% | 0.53% | - |
| HSV(B) | 12º | 0.86% | 0.93% | - |
| XYZ | 37.57 | 22.87 | 3.8 | - |
| YUV | 117.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 32 | 0 | 0.69 | 0.86 | 0.07 | 12 | 0.85 | 0.53 |
| Hex | ED | 49 | 20 | 0 | 45 | 56 | 7 | C | 55 | 35 |
| Octal | 355 | 111 | 40 | 0 | 105 | 126 | 7 | 14 | 125 | 65 |
| Binary | 11101101 | 1001001 | 100000 | 0 | 1000101 | 1010110 | 111 | 1100 | 1010101 | 110101 |
Color Harmonies of #ED4920
Complementary color
Monochromatic Colors of #ED4920
Black with #ED4920
Text Example
Text Example
White with #ED4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4920; }
p { color: rgb(237,73,32); }
H1.HeaderClassName
{
color: #ED4920;
}
.AnyTagClassName
{
color: #ED4920;
}
</style>
background-color css
<style>
a { background-color: #ED4920; }
a { background-color: rgb(237,73,32); }
div.DivClassName
{
background-color: #ED4920;
}
.BgClassName
{
background-color: #ED4920;
}
</style>
border-color css
<style>
span { border-color: #ED4920; }
span { border-color: rgb(237,73,32); }
td.TdClassName
{
border-color: #ED4920;
}
.TagClassName
{
border-color: #ED4920;
}
</style>