Shades of Cinnabar #EC291F
Tints of Cinnabar #EC291F
RGB
CMYK
RGB Variations
Color information
#EC291F (or 0xEC291F) is known color: Cinnabar. HEX triplet: EC, 29 and 1F. RGB value is (236,41,31). Sum of RGB (Red+Green+Blue) = 236+41+31=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC291F is #13D6E0. Grayscale: #626262. Windows color (decimal): -1300193 or 2042348. OLE color: 2042348.
HSL color Cylindrical-coordinate representation of color #EC291F: hue angle of 2.93º 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 #EC291F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.07 |
| HSL | 2.93º | 0.84% | 0.52% | - |
| HSV(B) | 2.93º | 0.87% | 0.93% | - |
| XYZ | 35.63 | 19.52 | 3.19 | - |
| YUV | 98.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 31 | 0 | 0.83 | 0.87 | 0.07 | 2.93 | 0.84 | 0.52 |
| Hex | EC | 29 | 1F | 0 | 53 | 57 | 7 | 3 | 54 | 34 |
| Octal | 354 | 51 | 37 | 0 | 123 | 127 | 7 | 3 | 124 | 64 |
| Binary | 11101100 | 101001 | 11111 | 0 | 1010011 | 1010111 | 111 | 11 | 1010100 | 110100 |
Color Harmonies of #EC291F
Complementary color
Monochromatic Colors of #EC291F
Black with #EC291F
Text Example
Text Example
White with #EC291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC291F; }
p { color: rgb(236,41,31); }
H1.HeaderClassName
{
color: #EC291F;
}
.AnyTagClassName
{
color: #EC291F;
}
</style>
background-color css
<style>
a { background-color: #EC291F; }
a { background-color: rgb(236,41,31); }
div.DivClassName
{
background-color: #EC291F;
}
.BgClassName
{
background-color: #EC291F;
}
</style>
border-color css
<style>
span { border-color: #EC291F; }
span { border-color: rgb(236,41,31); }
td.TdClassName
{
border-color: #EC291F;
}
.TagClassName
{
border-color: #EC291F;
}
</style>