Shades of Cinnabar #ED4424
Tints of Cinnabar #ED4424
RGB
CMYK
RGB Variations
Color information
#ED4424 (or 0xED4424) is known color: Cinnabar. HEX triplet: ED, 44 and 24. RGB value is (237,68,36). Sum of RGB (Red+Green+Blue) = 237+68+36=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4424 is #12BBDB. Grayscale: #737373. Windows color (decimal): -1227740 or 2376941. OLE color: 2376941.
HSL color Cylindrical-coordinate representation of color #ED4424: hue angle of 9.55º 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 #ED4424 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 36 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.07 |
| HSL | 9.55º | 0.85% | 0.54% | - |
| HSV(B) | 9.55º | 0.85% | 0.93% | - |
| XYZ | 37.31 | 22.27 | 4 | - |
| YUV | 114.88 | 83.49 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 36 | 0 | 0.71 | 0.85 | 0.07 | 9.55 | 0.85 | 0.54 |
| Hex | ED | 44 | 24 | 0 | 47 | 55 | 7 | A | 55 | 36 |
| Octal | 355 | 104 | 44 | 0 | 107 | 125 | 7 | 12 | 125 | 66 |
| Binary | 11101101 | 1000100 | 100100 | 0 | 1000111 | 1010101 | 111 | 1010 | 1010101 | 110110 |
Color Harmonies of #ED4424
Complementary color
Monochromatic Colors of #ED4424
Black with #ED4424
Text Example
Text Example
White with #ED4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4424; }
p { color: rgb(237,68,36); }
H1.HeaderClassName
{
color: #ED4424;
}
.AnyTagClassName
{
color: #ED4424;
}
</style>
background-color css
<style>
a { background-color: #ED4424; }
a { background-color: rgb(237,68,36); }
div.DivClassName
{
background-color: #ED4424;
}
.BgClassName
{
background-color: #ED4424;
}
</style>
border-color css
<style>
span { border-color: #ED4424; }
span { border-color: rgb(237,68,36); }
td.TdClassName
{
border-color: #ED4424;
}
.TagClassName
{
border-color: #ED4424;
}
</style>