Shades of Cinnabar #EC351D
Tints of Cinnabar #EC351D
RGB
CMYK
RGB Variations
Color information
#EC351D (or 0xEC351D) is known color: Cinnabar. HEX triplet: EC, 35 and 1D. RGB value is (236,53,29). Sum of RGB (Red+Green+Blue) = 236+53+29=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC351D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC351D is #13CAE2. Grayscale: #696969. Windows color (decimal): -1297123 or 1914348. OLE color: 1914348.
HSL color Cylindrical-coordinate representation of color #EC351D: hue angle of 6.96º 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 #EC351D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.07 |
| HSL | 6.96º | 0.84% | 0.52% | - |
| HSV(B) | 6.96º | 0.88% | 0.93% | - |
| XYZ | 36.09 | 20.47 | 3.21 | - |
| YUV | 104.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 29 | 0 | 0.78 | 0.88 | 0.07 | 6.96 | 0.84 | 0.52 |
| Hex | EC | 35 | 1D | 0 | 4E | 58 | 7 | 7 | 54 | 34 |
| Octal | 354 | 65 | 35 | 0 | 116 | 130 | 7 | 7 | 124 | 64 |
| Binary | 11101100 | 110101 | 11101 | 0 | 1001110 | 1011000 | 111 | 111 | 1010100 | 110100 |
Color Harmonies of #EC351D
Complementary color
Monochromatic Colors of #EC351D
Black with #EC351D
Text Example
Text Example
White with #EC351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC351D; }
p { color: rgb(236,53,29); }
H1.HeaderClassName
{
color: #EC351D;
}
.AnyTagClassName
{
color: #EC351D;
}
</style>
background-color css
<style>
a { background-color: #EC351D; }
a { background-color: rgb(236,53,29); }
div.DivClassName
{
background-color: #EC351D;
}
.BgClassName
{
background-color: #EC351D;
}
</style>
border-color css
<style>
span { border-color: #EC351D; }
span { border-color: rgb(236,53,29); }
td.TdClassName
{
border-color: #EC351D;
}
.TagClassName
{
border-color: #EC351D;
}
</style>