Shades of Cinnabar #ED3C18
Tints of Cinnabar #ED3C18
RGB
CMYK
RGB Variations
Color information
#ED3C18 (or 0xED3C18) is known color: Cinnabar. HEX triplet: ED, 3C and 18. RGB value is (237,60,24). Sum of RGB (Red+Green+Blue) = 237+60+24=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C18 is #12C3E7. Grayscale: #6D6D6D. Windows color (decimal): -1229800 or 1588461. OLE color: 1588461.
HSL color Cylindrical-coordinate representation of color #ED3C18: hue angle of 10.14º 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 #ED3C18 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 24 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.07 |
| HSL | 10.14º | 0.86% | 0.51% | - |
| HSV(B) | 10.14º | 0.9% | 0.93% | - |
| XYZ | 36.71 | 21.3 | 3.04 | - |
| YUV | 108.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 24 | 0 | 0.75 | 0.90 | 0.07 | 10.14 | 0.86 | 0.51 |
| Hex | ED | 3C | 18 | 0 | 4B | 5A | 7 | A | 56 | 33 |
| Octal | 355 | 74 | 30 | 0 | 113 | 132 | 7 | 12 | 126 | 63 |
| Binary | 11101101 | 111100 | 11000 | 0 | 1001011 | 1011010 | 111 | 1010 | 1010110 | 110011 |
Color Harmonies of #ED3C18
Complementary color
Monochromatic Colors of #ED3C18
Black with #ED3C18
Text Example
Text Example
White with #ED3C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C18; }
p { color: rgb(237,60,24); }
H1.HeaderClassName
{
color: #ED3C18;
}
.AnyTagClassName
{
color: #ED3C18;
}
</style>
background-color css
<style>
a { background-color: #ED3C18; }
a { background-color: rgb(237,60,24); }
div.DivClassName
{
background-color: #ED3C18;
}
.BgClassName
{
background-color: #ED3C18;
}
</style>
border-color css
<style>
span { border-color: #ED3C18; }
span { border-color: rgb(237,60,24); }
td.TdClassName
{
border-color: #ED3C18;
}
.TagClassName
{
border-color: #ED3C18;
}
</style>