Shades of Cinnabar #EC331D
Tints of Cinnabar #EC331D
RGB
CMYK
RGB Variations
Color information
#EC331D (or 0xEC331D) is known color: Cinnabar. HEX triplet: EC, 33 and 1D. RGB value is (236,51,29). Sum of RGB (Red+Green+Blue) = 236+51+29=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC331D is #13CCE2. Grayscale: #686868. Windows color (decimal): -1297635 or 1913836. OLE color: 1913836.
HSL color Cylindrical-coordinate representation of color #EC331D: hue angle of 6.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC331D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.07 |
| HSL | 6.38º | 0.84% | 0.52% | - |
| HSV(B) | 6.38º | 0.88% | 0.93% | - |
| XYZ | 36 | 20.29 | 3.18 | - |
| YUV | 103.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 29 | 0 | 0.78 | 0.88 | 0.07 | 6.38 | 0.84 | 0.52 |
| Hex | EC | 33 | 1D | 0 | 4E | 58 | 7 | 6 | 54 | 34 |
| Octal | 354 | 63 | 35 | 0 | 116 | 130 | 7 | 6 | 124 | 64 |
| Binary | 11101100 | 110011 | 11101 | 0 | 1001110 | 1011000 | 111 | 110 | 1010100 | 110100 |
Color Harmonies of #EC331D
Complementary color
Monochromatic Colors of #EC331D
Black with #EC331D
Text Example
Text Example
White with #EC331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC331D; }
p { color: rgb(236,51,29); }
H1.HeaderClassName
{
color: #EC331D;
}
.AnyTagClassName
{
color: #EC331D;
}
</style>
background-color css
<style>
a { background-color: #EC331D; }
a { background-color: rgb(236,51,29); }
div.DivClassName
{
background-color: #EC331D;
}
.BgClassName
{
background-color: #EC331D;
}
</style>
border-color css
<style>
span { border-color: #EC331D; }
span { border-color: rgb(236,51,29); }
td.TdClassName
{
border-color: #EC331D;
}
.TagClassName
{
border-color: #EC331D;
}
</style>