Shades of Cinnabar #ED3921
Tints of Cinnabar #ED3921
RGB
CMYK
RGB Variations
Color information
#ED3921 (or 0xED3921) is known color: Cinnabar. HEX triplet: ED, 39 and 21. RGB value is (237,57,33). Sum of RGB (Red+Green+Blue) = 237+57+33=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3921 is #12C6DE. Grayscale: #6C6C6C. Windows color (decimal): -1230559 or 2177517. OLE color: 2177517.
HSL color Cylindrical-coordinate representation of color #ED3921: hue angle of 7.06º 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 #ED3921 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 33 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.07 |
| HSL | 7.06º | 0.85% | 0.53% | - |
| HSV(B) | 7.06º | 0.86% | 0.93% | - |
| XYZ | 36.66 | 21.04 | 3.57 | - |
| YUV | 108.08 | 85.63 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 33 | 0 | 0.76 | 0.86 | 0.07 | 7.06 | 0.85 | 0.53 |
| Hex | ED | 39 | 21 | 0 | 4C | 56 | 7 | 7 | 55 | 35 |
| Octal | 355 | 71 | 41 | 0 | 114 | 126 | 7 | 7 | 125 | 65 |
| Binary | 11101101 | 111001 | 100001 | 0 | 1001100 | 1010110 | 111 | 111 | 1010101 | 110101 |
Color Harmonies of #ED3921
Complementary color
Monochromatic Colors of #ED3921
Black with #ED3921
Text Example
Text Example
White with #ED3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3921; }
p { color: rgb(237,57,33); }
H1.HeaderClassName
{
color: #ED3921;
}
.AnyTagClassName
{
color: #ED3921;
}
</style>
background-color css
<style>
a { background-color: #ED3921; }
a { background-color: rgb(237,57,33); }
div.DivClassName
{
background-color: #ED3921;
}
.BgClassName
{
background-color: #ED3921;
}
</style>
border-color css
<style>
span { border-color: #ED3921; }
span { border-color: rgb(237,57,33); }
td.TdClassName
{
border-color: #ED3921;
}
.TagClassName
{
border-color: #ED3921;
}
</style>