Shades of Cinnabar #EC431B
Tints of Cinnabar #EC431B
RGB
CMYK
RGB Variations
Color information
#EC431B (or 0xEC431B) is known color: Cinnabar. HEX triplet: EC, 43 and 1B. RGB value is (236,67,27). Sum of RGB (Red+Green+Blue) = 236+67+27=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC431B is #13BCE4. Grayscale: #717171. Windows color (decimal): -1293541 or 1786860. OLE color: 1786860.
HSL color Cylindrical-coordinate representation of color #EC431B: hue angle of 11.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC431B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.48º | 0.85% | 0.52% | - |
| HSV(B) | 11.48º | 0.89% | 0.93% | - |
| XYZ | 36.8 | 21.93 | 3.33 | - |
| YUV | 112.97 | 79.49 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 27 | 0 | 0.72 | 0.89 | 0.07 | 11.48 | 0.85 | 0.52 |
| Hex | EC | 43 | 1B | 0 | 48 | 59 | 7 | B | 55 | 34 |
| Octal | 354 | 103 | 33 | 0 | 110 | 131 | 7 | 13 | 125 | 64 |
| Binary | 11101100 | 1000011 | 11011 | 0 | 1001000 | 1011001 | 111 | 1011 | 1010101 | 110100 |
Color Harmonies of #EC431B
Complementary color
Monochromatic Colors of #EC431B
Black with #EC431B
Text Example
Text Example
White with #EC431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC431B; }
p { color: rgb(236,67,27); }
H1.HeaderClassName
{
color: #EC431B;
}
.AnyTagClassName
{
color: #EC431B;
}
</style>
background-color css
<style>
a { background-color: #EC431B; }
a { background-color: rgb(236,67,27); }
div.DivClassName
{
background-color: #EC431B;
}
.BgClassName
{
background-color: #EC431B;
}
</style>
border-color css
<style>
span { border-color: #EC431B; }
span { border-color: rgb(236,67,27); }
td.TdClassName
{
border-color: #EC431B;
}
.TagClassName
{
border-color: #EC431B;
}
</style>