Shades of Cinnabar #ED2424
Tints of Cinnabar #ED2424
RGB
CMYK
RGB Variations
Color information
#ED2424 (or 0xED2424) is known color: Cinnabar. HEX triplet: ED, 24 and 24. RGB value is (237,36,36). Sum of RGB (Red+Green+Blue) = 237+36+36=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2424 is #12DBDB. Grayscale: #606060. Windows color (decimal): -1235932 or 2368749. OLE color: 2368749.
HSL color Cylindrical-coordinate representation of color #ED2424: hue angle of 0º 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 #ED2424 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.07 |
| HSL | 0º | 0.85% | 0.54% | - |
| HSV(B) | 0º | 0.85% | 0.93% | - |
| XYZ | 35.87 | 19.39 | 3.52 | - |
| YUV | 96.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 36 | 0 | 0.85 | 0.85 | 0.07 | 0 | 0.85 | 0.54 |
| Hex | ED | 24 | 24 | 0 | 55 | 55 | 7 | 0 | 55 | 36 |
| Octal | 355 | 44 | 44 | 0 | 125 | 125 | 7 | 0 | 125 | 66 |
| Binary | 11101101 | 100100 | 100100 | 0 | 1010101 | 1010101 | 111 | 0 | 1010101 | 110110 |
Color Harmonies of #ED2424
Complementary color
Monochromatic Colors of #ED2424
Black with #ED2424
Text Example
Text Example
White with #ED2424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2424; }
p { color: rgb(237,36,36); }
H1.HeaderClassName
{
color: #ED2424;
}
.AnyTagClassName
{
color: #ED2424;
}
</style>
background-color css
<style>
a { background-color: #ED2424; }
a { background-color: rgb(237,36,36); }
div.DivClassName
{
background-color: #ED2424;
}
.BgClassName
{
background-color: #ED2424;
}
</style>
border-color css
<style>
span { border-color: #ED2424; }
span { border-color: rgb(237,36,36); }
td.TdClassName
{
border-color: #ED2424;
}
.TagClassName
{
border-color: #ED2424;
}
</style>