Shades of Cinnabar #EC431E
Tints of Cinnabar #EC431E
RGB
CMYK
RGB Variations
Color information
#EC431E (or 0xEC431E) is known color: Cinnabar. HEX triplet: EC, 43 and 1E. RGB value is (236,67,30). Sum of RGB (Red+Green+Blue) = 236+67+30=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC431E is #13BCE1. Grayscale: #717171. Windows color (decimal): -1293538 or 1983468. OLE color: 1983468.
HSL color Cylindrical-coordinate representation of color #EC431E: hue angle of 10.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC431E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 30 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.07 |
| HSL | 10.78º | 0.84% | 0.52% | - |
| HSV(B) | 10.78º | 0.87% | 0.93% | - |
| XYZ | 36.83 | 21.94 | 3.52 | - |
| YUV | 113.31 | 80.99 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 30 | 0 | 0.72 | 0.87 | 0.07 | 10.78 | 0.84 | 0.52 |
| Hex | EC | 43 | 1E | 0 | 48 | 57 | 7 | B | 54 | 34 |
| Octal | 354 | 103 | 36 | 0 | 110 | 127 | 7 | 13 | 124 | 64 |
| Binary | 11101100 | 1000011 | 11110 | 0 | 1001000 | 1010111 | 111 | 1011 | 1010100 | 110100 |
Color Harmonies of #EC431E
Complementary color
Monochromatic Colors of #EC431E
Black with #EC431E
Text Example
Text Example
White with #EC431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC431E; }
p { color: rgb(236,67,30); }
H1.HeaderClassName
{
color: #EC431E;
}
.AnyTagClassName
{
color: #EC431E;
}
</style>
background-color css
<style>
a { background-color: #EC431E; }
a { background-color: rgb(236,67,30); }
div.DivClassName
{
background-color: #EC431E;
}
.BgClassName
{
background-color: #EC431E;
}
</style>
border-color css
<style>
span { border-color: #EC431E; }
span { border-color: rgb(236,67,30); }
td.TdClassName
{
border-color: #EC431E;
}
.TagClassName
{
border-color: #EC431E;
}
</style>