Shades of Cinnabar #ED2724
Tints of Cinnabar #ED2724
RGB
CMYK
RGB Variations
Color information
#ED2724 (or 0xED2724) is known color: Cinnabar. HEX triplet: ED, 27 and 24. RGB value is (237,39,36). Sum of RGB (Red+Green+Blue) = 237+39+36=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2724 is #12D8DB. Grayscale: #626262. Windows color (decimal): -1235164 or 2369517. OLE color: 2369517.
HSL color Cylindrical-coordinate representation of color #ED2724: hue angle of 0.9º 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 #ED2724 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 36 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.07 |
| HSL | 0.9º | 0.85% | 0.54% | - |
| HSV(B) | 0.9º | 0.85% | 0.93% | - |
| XYZ | 35.97 | 19.58 | 3.55 | - |
| YUV | 97.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 36 | 0 | 0.84 | 0.85 | 0.07 | 0.9 | 0.85 | 0.54 |
| Hex | ED | 27 | 24 | 0 | 54 | 55 | 7 | 1 | 55 | 36 |
| Octal | 355 | 47 | 44 | 0 | 124 | 125 | 7 | 1 | 125 | 66 |
| Binary | 11101101 | 100111 | 100100 | 0 | 1010100 | 1010101 | 111 | 1 | 1010101 | 110110 |
Color Harmonies of #ED2724
Complementary color
Monochromatic Colors of #ED2724
Black with #ED2724
Text Example
Text Example
White with #ED2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2724; }
p { color: rgb(237,39,36); }
H1.HeaderClassName
{
color: #ED2724;
}
.AnyTagClassName
{
color: #ED2724;
}
</style>
background-color css
<style>
a { background-color: #ED2724; }
a { background-color: rgb(237,39,36); }
div.DivClassName
{
background-color: #ED2724;
}
.BgClassName
{
background-color: #ED2724;
}
</style>
border-color css
<style>
span { border-color: #ED2724; }
span { border-color: rgb(237,39,36); }
td.TdClassName
{
border-color: #ED2724;
}
.TagClassName
{
border-color: #ED2724;
}
</style>