Shades of Cinnabar #ED4221
Tints of Cinnabar #ED4221
RGB
CMYK
RGB Variations
Color information
#ED4221 (or 0xED4221) is known color: Cinnabar. HEX triplet: ED, 42 and 21. RGB value is (237,66,33). Sum of RGB (Red+Green+Blue) = 237+66+33=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4221 is #12BDDE. Grayscale: #717171. Windows color (decimal): -1228255 or 2179821. OLE color: 2179821.
HSL color Cylindrical-coordinate representation of color #ED4221: hue angle of 9.71º 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 #ED4221 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.07 |
| HSL | 9.71º | 0.85% | 0.53% | - |
| HSV(B) | 9.71º | 0.86% | 0.93% | - |
| XYZ | 37.15 | 22.01 | 3.73 | - |
| YUV | 113.37 | 82.65 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 33 | 0 | 0.72 | 0.86 | 0.07 | 9.71 | 0.85 | 0.53 |
| Hex | ED | 42 | 21 | 0 | 48 | 56 | 7 | A | 55 | 35 |
| Octal | 355 | 102 | 41 | 0 | 110 | 126 | 7 | 12 | 125 | 65 |
| Binary | 11101101 | 1000010 | 100001 | 0 | 1001000 | 1010110 | 111 | 1010 | 1010101 | 110101 |
Color Harmonies of #ED4221
Complementary color
Monochromatic Colors of #ED4221
Black with #ED4221
Text Example
Text Example
White with #ED4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4221; }
p { color: rgb(237,66,33); }
H1.HeaderClassName
{
color: #ED4221;
}
.AnyTagClassName
{
color: #ED4221;
}
</style>
background-color css
<style>
a { background-color: #ED4221; }
a { background-color: rgb(237,66,33); }
div.DivClassName
{
background-color: #ED4221;
}
.BgClassName
{
background-color: #ED4221;
}
</style>
border-color css
<style>
span { border-color: #ED4221; }
span { border-color: rgb(237,66,33); }
td.TdClassName
{
border-color: #ED4221;
}
.TagClassName
{
border-color: #ED4221;
}
</style>