Shades of Cinnabar #EC3319
Tints of Cinnabar #EC3319
RGB
CMYK
RGB Variations
Color information
#EC3319 (or 0xEC3319) is known color: Cinnabar. HEX triplet: EC, 33 and 19. RGB value is (236,51,25). Sum of RGB (Red+Green+Blue) = 236+51+25=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3319 is #13CCE6. Grayscale: #676767. Windows color (decimal): -1297639 or 1651692. OLE color: 1651692.
HSL color Cylindrical-coordinate representation of color #EC3319: hue angle of 7.39º 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 #EC3319 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 25 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.39º | 0.85% | 0.51% | - |
| HSV(B) | 7.39º | 0.89% | 0.93% | - |
| XYZ | 35.95 | 20.27 | 2.94 | - |
| YUV | 103.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 25 | 0 | 0.78 | 0.89 | 0.07 | 7.39 | 0.85 | 0.51 |
| Hex | EC | 33 | 19 | 0 | 4E | 59 | 7 | 7 | 55 | 33 |
| Octal | 354 | 63 | 31 | 0 | 116 | 131 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 110011 | 11001 | 0 | 1001110 | 1011001 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC3319
Complementary color
Monochromatic Colors of #EC3319
Black with #EC3319
Text Example
Text Example
White with #EC3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3319; }
p { color: rgb(236,51,25); }
H1.HeaderClassName
{
color: #EC3319;
}
.AnyTagClassName
{
color: #EC3319;
}
</style>
background-color css
<style>
a { background-color: #EC3319; }
a { background-color: rgb(236,51,25); }
div.DivClassName
{
background-color: #EC3319;
}
.BgClassName
{
background-color: #EC3319;
}
</style>
border-color css
<style>
span { border-color: #EC3319; }
span { border-color: rgb(236,51,25); }
td.TdClassName
{
border-color: #EC3319;
}
.TagClassName
{
border-color: #EC3319;
}
</style>