Shades of Cinnabar #EC3F1E
Tints of Cinnabar #EC3F1E
RGB
CMYK
RGB Variations
Color information
#EC3F1E (or 0xEC3F1E) is known color: Cinnabar. HEX triplet: EC, 3F and 1E. RGB value is (236,63,30). Sum of RGB (Red+Green+Blue) = 236+63+30=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F1E is #13C0E1. Grayscale: #6F6F6F. Windows color (decimal): -1294562 or 1982444. OLE color: 1982444.
HSL color Cylindrical-coordinate representation of color #EC3F1E: hue angle of 9.61º 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 #EC3F1E is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 30 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.07 |
| HSL | 9.61º | 0.84% | 0.52% | - |
| HSV(B) | 9.61º | 0.87% | 0.93% | - |
| XYZ | 36.6 | 21.48 | 3.45 | - |
| YUV | 110.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 30 | 0 | 0.73 | 0.87 | 0.07 | 9.61 | 0.84 | 0.52 |
| Hex | EC | 3F | 1E | 0 | 49 | 57 | 7 | A | 54 | 34 |
| Octal | 354 | 77 | 36 | 0 | 111 | 127 | 7 | 12 | 124 | 64 |
| Binary | 11101100 | 111111 | 11110 | 0 | 1001001 | 1010111 | 111 | 1010 | 1010100 | 110100 |
Color Harmonies of #EC3F1E
Complementary color
Monochromatic Colors of #EC3F1E
Black with #EC3F1E
Text Example
Text Example
White with #EC3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F1E; }
p { color: rgb(236,63,30); }
H1.HeaderClassName
{
color: #EC3F1E;
}
.AnyTagClassName
{
color: #EC3F1E;
}
</style>
background-color css
<style>
a { background-color: #EC3F1E; }
a { background-color: rgb(236,63,30); }
div.DivClassName
{
background-color: #EC3F1E;
}
.BgClassName
{
background-color: #EC3F1E;
}
</style>
border-color css
<style>
span { border-color: #EC3F1E; }
span { border-color: rgb(236,63,30); }
td.TdClassName
{
border-color: #EC3F1E;
}
.TagClassName
{
border-color: #EC3F1E;
}
</style>