Shades of Cinnabar #ED3E18
Tints of Cinnabar #ED3E18
RGB
CMYK
RGB Variations
Color information
#ED3E18 (or 0xED3E18) is known color: Cinnabar. HEX triplet: ED, 3E and 18. RGB value is (237,62,24). Sum of RGB (Red+Green+Blue) = 237+62+24=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E18 is #12C1E7. Grayscale: #6E6E6E. Windows color (decimal): -1229288 or 1588973. OLE color: 1588973.
HSL color Cylindrical-coordinate representation of color #ED3E18: hue angle of 10.7º 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 #ED3E18 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.07 |
| HSL | 10.7º | 0.86% | 0.51% | - |
| HSV(B) | 10.7º | 0.9% | 0.93% | - |
| XYZ | 36.81 | 21.52 | 3.08 | - |
| YUV | 109.99 | 79.48 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 24 | 0 | 0.74 | 0.90 | 0.07 | 10.7 | 0.86 | 0.51 |
| Hex | ED | 3E | 18 | 0 | 4A | 5A | 7 | B | 56 | 33 |
| Octal | 355 | 76 | 30 | 0 | 112 | 132 | 7 | 13 | 126 | 63 |
| Binary | 11101101 | 111110 | 11000 | 0 | 1001010 | 1011010 | 111 | 1011 | 1010110 | 110011 |
Color Harmonies of #ED3E18
Complementary color
Monochromatic Colors of #ED3E18
Black with #ED3E18
Text Example
Text Example
White with #ED3E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E18; }
p { color: rgb(237,62,24); }
H1.HeaderClassName
{
color: #ED3E18;
}
.AnyTagClassName
{
color: #ED3E18;
}
</style>
background-color css
<style>
a { background-color: #ED3E18; }
a { background-color: rgb(237,62,24); }
div.DivClassName
{
background-color: #ED3E18;
}
.BgClassName
{
background-color: #ED3E18;
}
</style>
border-color css
<style>
span { border-color: #ED3E18; }
span { border-color: rgb(237,62,24); }
td.TdClassName
{
border-color: #ED3E18;
}
.TagClassName
{
border-color: #ED3E18;
}
</style>