Shades of Cinnabar #ED4324
Tints of Cinnabar #ED4324
RGB
CMYK
RGB Variations
Color information
#ED4324 (or 0xED4324) is known color: Cinnabar. HEX triplet: ED, 43 and 24. RGB value is (237,67,36). Sum of RGB (Red+Green+Blue) = 237+67+36=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4324 is #12BCDB. Grayscale: #727272. Windows color (decimal): -1227996 or 2376685. OLE color: 2376685.
HSL color Cylindrical-coordinate representation of color #ED4324: hue angle of 9.25º 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 #ED4324 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.07 |
| HSL | 9.25º | 0.85% | 0.54% | - |
| HSV(B) | 9.25º | 0.85% | 0.93% | - |
| XYZ | 37.25 | 22.15 | 3.98 | - |
| YUV | 114.3 | 83.82 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 36 | 0 | 0.72 | 0.85 | 0.07 | 9.25 | 0.85 | 0.54 |
| Hex | ED | 43 | 24 | 0 | 48 | 55 | 7 | 9 | 55 | 36 |
| Octal | 355 | 103 | 44 | 0 | 110 | 125 | 7 | 11 | 125 | 66 |
| Binary | 11101101 | 1000011 | 100100 | 0 | 1001000 | 1010101 | 111 | 1001 | 1010101 | 110110 |
Color Harmonies of #ED4324
Complementary color
Monochromatic Colors of #ED4324
Black with #ED4324
Text Example
Text Example
White with #ED4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4324; }
p { color: rgb(237,67,36); }
H1.HeaderClassName
{
color: #ED4324;
}
.AnyTagClassName
{
color: #ED4324;
}
</style>
background-color css
<style>
a { background-color: #ED4324; }
a { background-color: rgb(237,67,36); }
div.DivClassName
{
background-color: #ED4324;
}
.BgClassName
{
background-color: #ED4324;
}
</style>
border-color css
<style>
span { border-color: #ED4324; }
span { border-color: rgb(237,67,36); }
td.TdClassName
{
border-color: #ED4324;
}
.TagClassName
{
border-color: #ED4324;
}
</style>