Shades of Cinnabar #ED3824
Tints of Cinnabar #ED3824
RGB
CMYK
RGB Variations
Color information
#ED3824 (or 0xED3824) is known color: Cinnabar. HEX triplet: ED, 38 and 24. RGB value is (237,56,36). Sum of RGB (Red+Green+Blue) = 237+56+36=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3824 is #12C7DB. Grayscale: #6C6C6C. Windows color (decimal): -1230812 or 2373869. OLE color: 2373869.
HSL color Cylindrical-coordinate representation of color #ED3824: hue angle of 5.97º 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 #ED3824 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 36 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.07 |
| HSL | 5.97º | 0.85% | 0.54% | - |
| HSV(B) | 5.97º | 0.85% | 0.93% | - |
| XYZ | 36.66 | 20.96 | 3.78 | - |
| YUV | 107.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 36 | 0 | 0.76 | 0.85 | 0.07 | 5.97 | 0.85 | 0.54 |
| Hex | ED | 38 | 24 | 0 | 4C | 55 | 7 | 6 | 55 | 36 |
| Octal | 355 | 70 | 44 | 0 | 114 | 125 | 7 | 6 | 125 | 66 |
| Binary | 11101101 | 111000 | 100100 | 0 | 1001100 | 1010101 | 111 | 110 | 1010101 | 110110 |
Color Harmonies of #ED3824
Complementary color
Monochromatic Colors of #ED3824
Black with #ED3824
Text Example
Text Example
White with #ED3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3824; }
p { color: rgb(237,56,36); }
H1.HeaderClassName
{
color: #ED3824;
}
.AnyTagClassName
{
color: #ED3824;
}
</style>
background-color css
<style>
a { background-color: #ED3824; }
a { background-color: rgb(237,56,36); }
div.DivClassName
{
background-color: #ED3824;
}
.BgClassName
{
background-color: #ED3824;
}
</style>
border-color css
<style>
span { border-color: #ED3824; }
span { border-color: rgb(237,56,36); }
td.TdClassName
{
border-color: #ED3824;
}
.TagClassName
{
border-color: #ED3824;
}
</style>