Shades of Cinnabar #ED2824
Tints of Cinnabar #ED2824
RGB
CMYK
RGB Variations
Color information
#ED2824 (or 0xED2824) is known color: Cinnabar. HEX triplet: ED, 28 and 24. RGB value is (237,40,36). Sum of RGB (Red+Green+Blue) = 237+40+36=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2824 is #12D7DB. Grayscale: #626262. Windows color (decimal): -1234908 or 2369773. OLE color: 2369773.
HSL color Cylindrical-coordinate representation of color #ED2824: hue angle of 1.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2824 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 36 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.07 |
| HSL | 1.19º | 0.85% | 0.54% | - |
| HSV(B) | 1.19º | 0.85% | 0.93% | - |
| XYZ | 36 | 19.65 | 3.56 | - |
| YUV | 98.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 36 | 0 | 0.83 | 0.85 | 0.07 | 1.19 | 0.85 | 0.54 |
| Hex | ED | 28 | 24 | 0 | 53 | 55 | 7 | 1 | 55 | 36 |
| Octal | 355 | 50 | 44 | 0 | 123 | 125 | 7 | 1 | 125 | 66 |
| Binary | 11101101 | 101000 | 100100 | 0 | 1010011 | 1010101 | 111 | 1 | 1010101 | 110110 |
Color Harmonies of #ED2824
Complementary color
Monochromatic Colors of #ED2824
Black with #ED2824
Text Example
Text Example
White with #ED2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2824; }
p { color: rgb(237,40,36); }
H1.HeaderClassName
{
color: #ED2824;
}
.AnyTagClassName
{
color: #ED2824;
}
</style>
background-color css
<style>
a { background-color: #ED2824; }
a { background-color: rgb(237,40,36); }
div.DivClassName
{
background-color: #ED2824;
}
.BgClassName
{
background-color: #ED2824;
}
</style>
border-color css
<style>
span { border-color: #ED2824; }
span { border-color: rgb(237,40,36); }
td.TdClassName
{
border-color: #ED2824;
}
.TagClassName
{
border-color: #ED2824;
}
</style>