Shades of Cinnabar #ED3724
Tints of Cinnabar #ED3724
RGB
CMYK
RGB Variations
Color information
#ED3724 (or 0xED3724) is known color: Cinnabar. HEX triplet: ED, 37 and 24. RGB value is (237,55,36). Sum of RGB (Red+Green+Blue) = 237+55+36=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3724 is #12C8DB. Grayscale: #6B6B6B. Windows color (decimal): -1231068 or 2373613. OLE color: 2373613.
HSL color Cylindrical-coordinate representation of color #ED3724: hue angle of 5.67º 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 #ED3724 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 36 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.07 |
| HSL | 5.67º | 0.85% | 0.54% | - |
| HSV(B) | 5.67º | 0.85% | 0.93% | - |
| XYZ | 36.61 | 20.86 | 3.77 | - |
| YUV | 107.25 | 87.8 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 36 | 0 | 0.77 | 0.85 | 0.07 | 5.67 | 0.85 | 0.54 |
| Hex | ED | 37 | 24 | 0 | 4D | 55 | 7 | 6 | 55 | 36 |
| Octal | 355 | 67 | 44 | 0 | 115 | 125 | 7 | 6 | 125 | 66 |
| Binary | 11101101 | 110111 | 100100 | 0 | 1001101 | 1010101 | 111 | 110 | 1010101 | 110110 |
Color Harmonies of #ED3724
Complementary color
Monochromatic Colors of #ED3724
Black with #ED3724
Text Example
Text Example
White with #ED3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3724; }
p { color: rgb(237,55,36); }
H1.HeaderClassName
{
color: #ED3724;
}
.AnyTagClassName
{
color: #ED3724;
}
</style>
background-color css
<style>
a { background-color: #ED3724; }
a { background-color: rgb(237,55,36); }
div.DivClassName
{
background-color: #ED3724;
}
.BgClassName
{
background-color: #ED3724;
}
</style>
border-color css
<style>
span { border-color: #ED3724; }
span { border-color: rgb(237,55,36); }
td.TdClassName
{
border-color: #ED3724;
}
.TagClassName
{
border-color: #ED3724;
}
</style>