Shades of Cinnabar #EC4531
Tints of Cinnabar #EC4531
RGB
CMYK
RGB Variations
Color information
#EC4531 (or 0xEC4531) is known color: Cinnabar. HEX triplet: EC, 45 and 31. RGB value is (236,69,49). Sum of RGB (Red+Green+Blue) = 236+69+49=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4531 is #13BACE. Grayscale: #747474. Windows color (decimal): -1293007 or 3229164. OLE color: 3229164.
HSL color Cylindrical-coordinate representation of color #EC4531: hue angle of 6.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC4531 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 49 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.07 |
| HSL | 6.42º | 0.83% | 0.56% | - |
| HSV(B) | 6.42º | 0.79% | 0.93% | - |
| XYZ | 37.27 | 22.31 | 5.25 | - |
| YUV | 116.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 49 | 0 | 0.71 | 0.79 | 0.07 | 6.42 | 0.83 | 0.56 |
| Hex | EC | 45 | 31 | 0 | 47 | 4F | 7 | 6 | 53 | 38 |
| Octal | 354 | 105 | 61 | 0 | 107 | 117 | 7 | 6 | 123 | 70 |
| Binary | 11101100 | 1000101 | 110001 | 0 | 1000111 | 1001111 | 111 | 110 | 1010011 | 111000 |
Color Harmonies of #EC4531
Complementary color
Monochromatic Colors of #EC4531
Black with #EC4531
Text Example
Text Example
White with #EC4531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4531; }
p { color: rgb(236,69,49); }
H1.HeaderClassName
{
color: #EC4531;
}
.AnyTagClassName
{
color: #EC4531;
}
</style>
background-color css
<style>
a { background-color: #EC4531; }
a { background-color: rgb(236,69,49); }
div.DivClassName
{
background-color: #EC4531;
}
.BgClassName
{
background-color: #EC4531;
}
</style>
border-color css
<style>
span { border-color: #EC4531; }
span { border-color: rgb(236,69,49); }
td.TdClassName
{
border-color: #EC4531;
}
.TagClassName
{
border-color: #EC4531;
}
</style>