Shades of Cinnabar #EC431D
Tints of Cinnabar #EC431D
RGB
CMYK
RGB Variations
Color information
#EC431D (or 0xEC431D) is known color: Cinnabar. HEX triplet: EC, 43 and 1D. RGB value is (236,67,29). Sum of RGB (Red+Green+Blue) = 236+67+29=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC431D is #13BCE2. Grayscale: #717171. Windows color (decimal): -1293539 or 1917932. OLE color: 1917932.
HSL color Cylindrical-coordinate representation of color #EC431D: hue angle of 11.01º 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 #EC431D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 11.01º | 0.84% | 0.52% | - |
| HSV(B) | 11.01º | 0.88% | 0.93% | - |
| XYZ | 36.82 | 21.94 | 3.46 | - |
| YUV | 113.2 | 80.49 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 29 | 0 | 0.72 | 0.88 | 0.07 | 11.01 | 0.84 | 0.52 |
| Hex | EC | 43 | 1D | 0 | 48 | 58 | 7 | B | 54 | 34 |
| Octal | 354 | 103 | 35 | 0 | 110 | 130 | 7 | 13 | 124 | 64 |
| Binary | 11101100 | 1000011 | 11101 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010100 | 110100 |
Color Harmonies of #EC431D
Complementary color
Monochromatic Colors of #EC431D
Black with #EC431D
Text Example
Text Example
White with #EC431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC431D; }
p { color: rgb(236,67,29); }
H1.HeaderClassName
{
color: #EC431D;
}
.AnyTagClassName
{
color: #EC431D;
}
</style>
background-color css
<style>
a { background-color: #EC431D; }
a { background-color: rgb(236,67,29); }
div.DivClassName
{
background-color: #EC431D;
}
.BgClassName
{
background-color: #EC431D;
}
</style>
border-color css
<style>
span { border-color: #EC431D; }
span { border-color: rgb(236,67,29); }
td.TdClassName
{
border-color: #EC431D;
}
.TagClassName
{
border-color: #EC431D;
}
</style>