Shades of Cinnabar #ED2924
Tints of Cinnabar #ED2924
RGB
CMYK
RGB Variations
Color information
#ED2924 (or 0xED2924) is known color: Cinnabar. HEX triplet: ED, 29 and 24. RGB value is (237,41,36). Sum of RGB (Red+Green+Blue) = 237+41+36=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2924 is #12D6DB. Grayscale: #636363. Windows color (decimal): -1234652 or 2370029. OLE color: 2370029.
HSL color Cylindrical-coordinate representation of color #ED2924: hue angle of 1.49º 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 #ED2924 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 36 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.07 |
| HSL | 1.49º | 0.85% | 0.54% | - |
| HSV(B) | 1.49º | 0.85% | 0.93% | - |
| XYZ | 36.04 | 19.72 | 3.58 | - |
| YUV | 99.03 | 92.43 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 36 | 0 | 0.83 | 0.85 | 0.07 | 1.49 | 0.85 | 0.54 |
| Hex | ED | 29 | 24 | 0 | 53 | 55 | 7 | 1 | 55 | 36 |
| Octal | 355 | 51 | 44 | 0 | 123 | 125 | 7 | 1 | 125 | 66 |
| Binary | 11101101 | 101001 | 100100 | 0 | 1010011 | 1010101 | 111 | 1 | 1010101 | 110110 |
Color Harmonies of #ED2924
Complementary color
Monochromatic Colors of #ED2924
Black with #ED2924
Text Example
Text Example
White with #ED2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2924; }
p { color: rgb(237,41,36); }
H1.HeaderClassName
{
color: #ED2924;
}
.AnyTagClassName
{
color: #ED2924;
}
</style>
background-color css
<style>
a { background-color: #ED2924; }
a { background-color: rgb(237,41,36); }
div.DivClassName
{
background-color: #ED2924;
}
.BgClassName
{
background-color: #ED2924;
}
</style>
border-color css
<style>
span { border-color: #ED2924; }
span { border-color: rgb(237,41,36); }
td.TdClassName
{
border-color: #ED2924;
}
.TagClassName
{
border-color: #ED2924;
}
</style>