Shades of Cinnabar #ED3528
Tints of Cinnabar #ED3528
RGB
CMYK
RGB Variations
Color information
#ED3528 (or 0xED3528) is known color: Cinnabar. HEX triplet: ED, 35 and 28. RGB value is (237,53,40). Sum of RGB (Red+Green+Blue) = 237+53+40=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3528 is #12CAD7. Grayscale: #6A6A6A. Windows color (decimal): -1231576 or 2635245. OLE color: 2635245.
HSL color Cylindrical-coordinate representation of color #ED3528: hue angle of 3.96º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED3528 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 40 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.07 |
| HSL | 3.96º | 0.85% | 0.54% | - |
| HSV(B) | 3.96º | 0.83% | 0.93% | - |
| XYZ | 36.58 | 20.7 | 4.08 | - |
| YUV | 106.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 40 | 0 | 0.78 | 0.83 | 0.07 | 3.96 | 0.85 | 0.54 |
| Hex | ED | 35 | 28 | 0 | 4E | 53 | 7 | 4 | 55 | 36 |
| Octal | 355 | 65 | 50 | 0 | 116 | 123 | 7 | 4 | 125 | 66 |
| Binary | 11101101 | 110101 | 101000 | 0 | 1001110 | 1010011 | 111 | 100 | 1010101 | 110110 |
Color Harmonies of #ED3528
Complementary color
Monochromatic Colors of #ED3528
Black with #ED3528
Text Example
Text Example
White with #ED3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3528; }
p { color: rgb(237,53,40); }
H1.HeaderClassName
{
color: #ED3528;
}
.AnyTagClassName
{
color: #ED3528;
}
</style>
background-color css
<style>
a { background-color: #ED3528; }
a { background-color: rgb(237,53,40); }
div.DivClassName
{
background-color: #ED3528;
}
.BgClassName
{
background-color: #ED3528;
}
</style>
border-color css
<style>
span { border-color: #ED3528; }
span { border-color: rgb(237,53,40); }
td.TdClassName
{
border-color: #ED3528;
}
.TagClassName
{
border-color: #ED3528;
}
</style>