Shades of Cinnabar #EC3F1F
Tints of Cinnabar #EC3F1F
RGB
CMYK
RGB Variations
Color information
#EC3F1F (or 0xEC3F1F) is known color: Cinnabar. HEX triplet: EC, 3F and 1F. RGB value is (236,63,31). Sum of RGB (Red+Green+Blue) = 236+63+31=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F1F is #13C0E0. Grayscale: #6F6F6F. Windows color (decimal): -1294561 or 2047980. OLE color: 2047980.
HSL color Cylindrical-coordinate representation of color #EC3F1F: hue angle of 9.37º 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 #EC3F1F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 31 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.07 |
| HSL | 9.37º | 0.84% | 0.52% | - |
| HSV(B) | 9.37º | 0.87% | 0.93% | - |
| XYZ | 36.62 | 21.49 | 3.51 | - |
| YUV | 111.08 | 82.81 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 31 | 0 | 0.73 | 0.87 | 0.07 | 9.37 | 0.84 | 0.52 |
| Hex | EC | 3F | 1F | 0 | 49 | 57 | 7 | 9 | 54 | 34 |
| Octal | 354 | 77 | 37 | 0 | 111 | 127 | 7 | 11 | 124 | 64 |
| Binary | 11101100 | 111111 | 11111 | 0 | 1001001 | 1010111 | 111 | 1001 | 1010100 | 110100 |
Color Harmonies of #EC3F1F
Complementary color
Monochromatic Colors of #EC3F1F
Black with #EC3F1F
Text Example
Text Example
White with #EC3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F1F; }
p { color: rgb(236,63,31); }
H1.HeaderClassName
{
color: #EC3F1F;
}
.AnyTagClassName
{
color: #EC3F1F;
}
</style>
background-color css
<style>
a { background-color: #EC3F1F; }
a { background-color: rgb(236,63,31); }
div.DivClassName
{
background-color: #EC3F1F;
}
.BgClassName
{
background-color: #EC3F1F;
}
</style>
border-color css
<style>
span { border-color: #EC3F1F; }
span { border-color: rgb(236,63,31); }
td.TdClassName
{
border-color: #EC3F1F;
}
.TagClassName
{
border-color: #EC3F1F;
}
</style>