Shades of Cinnabar #ED4018
Tints of Cinnabar #ED4018
RGB
CMYK
RGB Variations
Color information
#ED4018 (or 0xED4018) is known color: Cinnabar. HEX triplet: ED, 40 and 18. RGB value is (237,64,24). Sum of RGB (Red+Green+Blue) = 237+64+24=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4018 is #12BFE7. Grayscale: #6F6F6F. Windows color (decimal): -1228776 or 1589485. OLE color: 1589485.
HSL color Cylindrical-coordinate representation of color #ED4018: hue angle of 11.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED4018 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.07 |
| HSL | 11.27º | 0.86% | 0.51% | - |
| HSV(B) | 11.27º | 0.9% | 0.93% | - |
| XYZ | 36.92 | 21.74 | 3.11 | - |
| YUV | 111.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 24 | 0 | 0.73 | 0.90 | 0.07 | 11.27 | 0.86 | 0.51 |
| Hex | ED | 40 | 18 | 0 | 49 | 5A | 7 | B | 56 | 33 |
| Octal | 355 | 100 | 30 | 0 | 111 | 132 | 7 | 13 | 126 | 63 |
| Binary | 11101101 | 1000000 | 11000 | 0 | 1001001 | 1011010 | 111 | 1011 | 1010110 | 110011 |
Color Harmonies of #ED4018
Complementary color
Monochromatic Colors of #ED4018
Black with #ED4018
Text Example
Text Example
White with #ED4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4018; }
p { color: rgb(237,64,24); }
H1.HeaderClassName
{
color: #ED4018;
}
.AnyTagClassName
{
color: #ED4018;
}
</style>
background-color css
<style>
a { background-color: #ED4018; }
a { background-color: rgb(237,64,24); }
div.DivClassName
{
background-color: #ED4018;
}
.BgClassName
{
background-color: #ED4018;
}
</style>
border-color css
<style>
span { border-color: #ED4018; }
span { border-color: rgb(237,64,24); }
td.TdClassName
{
border-color: #ED4018;
}
.TagClassName
{
border-color: #ED4018;
}
</style>