Shades of Cinnabar #ED3618
Tints of Cinnabar #ED3618
RGB
CMYK
RGB Variations
Color information
#ED3618 (or 0xED3618) is known color: Cinnabar. HEX triplet: ED, 36 and 18. RGB value is (237,54,24). Sum of RGB (Red+Green+Blue) = 237+54+24=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3618 is #12C9E7. Grayscale: #696969. Windows color (decimal): -1231336 or 1586925. OLE color: 1586925.
HSL color Cylindrical-coordinate representation of color #ED3618: hue angle of 8.45º 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 #ED3618 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.07 |
| HSL | 8.45º | 0.86% | 0.51% | - |
| HSV(B) | 8.45º | 0.9% | 0.93% | - |
| XYZ | 36.41 | 20.71 | 2.94 | - |
| YUV | 105.3 | 82.13 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 24 | 0 | 0.77 | 0.90 | 0.07 | 8.45 | 0.86 | 0.51 |
| Hex | ED | 36 | 18 | 0 | 4D | 5A | 7 | 8 | 56 | 33 |
| Octal | 355 | 66 | 30 | 0 | 115 | 132 | 7 | 10 | 126 | 63 |
| Binary | 11101101 | 110110 | 11000 | 0 | 1001101 | 1011010 | 111 | 1000 | 1010110 | 110011 |
Color Harmonies of #ED3618
Complementary color
Monochromatic Colors of #ED3618
Black with #ED3618
Text Example
Text Example
White with #ED3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3618; }
p { color: rgb(237,54,24); }
H1.HeaderClassName
{
color: #ED3618;
}
.AnyTagClassName
{
color: #ED3618;
}
</style>
background-color css
<style>
a { background-color: #ED3618; }
a { background-color: rgb(237,54,24); }
div.DivClassName
{
background-color: #ED3618;
}
.BgClassName
{
background-color: #ED3618;
}
</style>
border-color css
<style>
span { border-color: #ED3618; }
span { border-color: rgb(237,54,24); }
td.TdClassName
{
border-color: #ED3618;
}
.TagClassName
{
border-color: #ED3618;
}
</style>