Shades of Cinnabar #ED3320
Tints of Cinnabar #ED3320
RGB
CMYK
RGB Variations
Color information
#ED3320 (or 0xED3320) is known color: Cinnabar. HEX triplet: ED, 33 and 20. RGB value is (237,51,32). Sum of RGB (Red+Green+Blue) = 237+51+32=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3320 is #12CCDF. Grayscale: #686868. Windows color (decimal): -1232096 or 2110445. OLE color: 2110445.
HSL color Cylindrical-coordinate representation of color #ED3320: hue angle of 5.56º 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 #ED3320 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 32 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.56º | 0.85% | 0.53% | - |
| HSV(B) | 5.56º | 0.86% | 0.93% | - |
| XYZ | 36.37 | 20.48 | 3.4 | - |
| YUV | 104.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 32 | 0 | 0.78 | 0.86 | 0.07 | 5.56 | 0.85 | 0.53 |
| Hex | ED | 33 | 20 | 0 | 4E | 56 | 7 | 6 | 55 | 35 |
| Octal | 355 | 63 | 40 | 0 | 116 | 126 | 7 | 6 | 125 | 65 |
| Binary | 11101101 | 110011 | 100000 | 0 | 1001110 | 1010110 | 111 | 110 | 1010101 | 110101 |
Color Harmonies of #ED3320
Complementary color
Monochromatic Colors of #ED3320
Black with #ED3320
Text Example
Text Example
White with #ED3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3320; }
p { color: rgb(237,51,32); }
H1.HeaderClassName
{
color: #ED3320;
}
.AnyTagClassName
{
color: #ED3320;
}
</style>
background-color css
<style>
a { background-color: #ED3320; }
a { background-color: rgb(237,51,32); }
div.DivClassName
{
background-color: #ED3320;
}
.BgClassName
{
background-color: #ED3320;
}
</style>
border-color css
<style>
span { border-color: #ED3320; }
span { border-color: rgb(237,51,32); }
td.TdClassName
{
border-color: #ED3320;
}
.TagClassName
{
border-color: #ED3320;
}
</style>