Shades of Cinnabar #EC3819
Tints of Cinnabar #EC3819
RGB
CMYK
RGB Variations
Color information
#EC3819 (or 0xEC3819) is known color: Cinnabar. HEX triplet: EC, 38 and 19. RGB value is (236,56,25). Sum of RGB (Red+Green+Blue) = 236+56+25=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3819 is #13C7E6. Grayscale: #6A6A6A. Windows color (decimal): -1296359 or 1652972. OLE color: 1652972.
HSL color Cylindrical-coordinate representation of color #EC3819: hue angle of 8.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC3819 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.07 |
| HSL | 8.82º | 0.85% | 0.51% | - |
| HSV(B) | 8.82º | 0.89% | 0.93% | - |
| XYZ | 36.18 | 20.73 | 3.01 | - |
| YUV | 106.29 | 82.13 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 25 | 0 | 0.76 | 0.89 | 0.07 | 8.82 | 0.85 | 0.51 |
| Hex | EC | 38 | 19 | 0 | 4C | 59 | 7 | 9 | 55 | 33 |
| Octal | 354 | 70 | 31 | 0 | 114 | 131 | 7 | 11 | 125 | 63 |
| Binary | 11101100 | 111000 | 11001 | 0 | 1001100 | 1011001 | 111 | 1001 | 1010101 | 110011 |
Color Harmonies of #EC3819
Complementary color
Monochromatic Colors of #EC3819
Black with #EC3819
Text Example
Text Example
White with #EC3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3819; }
p { color: rgb(236,56,25); }
H1.HeaderClassName
{
color: #EC3819;
}
.AnyTagClassName
{
color: #EC3819;
}
</style>
background-color css
<style>
a { background-color: #EC3819; }
a { background-color: rgb(236,56,25); }
div.DivClassName
{
background-color: #EC3819;
}
.BgClassName
{
background-color: #EC3819;
}
</style>
border-color css
<style>
span { border-color: #EC3819; }
span { border-color: rgb(236,56,25); }
td.TdClassName
{
border-color: #EC3819;
}
.TagClassName
{
border-color: #EC3819;
}
</style>