Shades of Cinnabar #ED3219
Tints of Cinnabar #ED3219
RGB
CMYK
RGB Variations
Color information
#ED3219 (or 0xED3219) is known color: Cinnabar. HEX triplet: ED, 32 and 19. RGB value is (237,50,25). Sum of RGB (Red+Green+Blue) = 237+50+25=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3219 is #12CDE6. Grayscale: #676767. Windows color (decimal): -1232359 or 1651437. OLE color: 1651437.
HSL color Cylindrical-coordinate representation of color #ED3219: hue angle of 7.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED3219 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 25 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.07 |
| HSL | 7.08º | 0.85% | 0.51% | - |
| HSV(B) | 7.08º | 0.89% | 0.93% | - |
| XYZ | 36.24 | 20.36 | 2.94 | - |
| YUV | 103.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 25 | 0 | 0.79 | 0.89 | 0.07 | 7.08 | 0.85 | 0.51 |
| Hex | ED | 32 | 19 | 0 | 4F | 59 | 7 | 7 | 55 | 33 |
| Octal | 355 | 62 | 31 | 0 | 117 | 131 | 7 | 7 | 125 | 63 |
| Binary | 11101101 | 110010 | 11001 | 0 | 1001111 | 1011001 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #ED3219
Complementary color
Monochromatic Colors of #ED3219
Black with #ED3219
Text Example
Text Example
White with #ED3219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3219; }
p { color: rgb(237,50,25); }
H1.HeaderClassName
{
color: #ED3219;
}
.AnyTagClassName
{
color: #ED3219;
}
</style>
background-color css
<style>
a { background-color: #ED3219; }
a { background-color: rgb(237,50,25); }
div.DivClassName
{
background-color: #ED3219;
}
.BgClassName
{
background-color: #ED3219;
}
</style>
border-color css
<style>
span { border-color: #ED3219; }
span { border-color: rgb(237,50,25); }
td.TdClassName
{
border-color: #ED3219;
}
.TagClassName
{
border-color: #ED3219;
}
</style>