Shades of Cinnabar #EC431A
Tints of Cinnabar #EC431A
RGB
CMYK
RGB Variations
Color information
#EC431A (or 0xEC431A) is known color: Cinnabar. HEX triplet: EC, 43 and 1A. RGB value is (236,67,26). Sum of RGB (Red+Green+Blue) = 236+67+26=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC431A is #13BCE5. Grayscale: #717171. Windows color (decimal): -1293542 or 1721324. OLE color: 1721324.
HSL color Cylindrical-coordinate representation of color #EC431A: hue angle of 11.71º 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 #EC431A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.71º | 0.85% | 0.51% | - |
| HSV(B) | 11.71º | 0.89% | 0.93% | - |
| XYZ | 36.79 | 21.92 | 3.27 | - |
| YUV | 112.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 26 | 0 | 0.72 | 0.89 | 0.07 | 11.71 | 0.85 | 0.51 |
| Hex | EC | 43 | 1A | 0 | 48 | 59 | 7 | C | 55 | 33 |
| Octal | 354 | 103 | 32 | 0 | 110 | 131 | 7 | 14 | 125 | 63 |
| Binary | 11101100 | 1000011 | 11010 | 0 | 1001000 | 1011001 | 111 | 1100 | 1010101 | 110011 |
Color Harmonies of #EC431A
Complementary color
Monochromatic Colors of #EC431A
Black with #EC431A
Text Example
Text Example
White with #EC431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC431A; }
p { color: rgb(236,67,26); }
H1.HeaderClassName
{
color: #EC431A;
}
.AnyTagClassName
{
color: #EC431A;
}
</style>
background-color css
<style>
a { background-color: #EC431A; }
a { background-color: rgb(236,67,26); }
div.DivClassName
{
background-color: #EC431A;
}
.BgClassName
{
background-color: #EC431A;
}
</style>
border-color css
<style>
span { border-color: #EC431A; }
span { border-color: rgb(236,67,26); }
td.TdClassName
{
border-color: #EC431A;
}
.TagClassName
{
border-color: #EC431A;
}
</style>