Shades of Cinnabar #EC451B
Tints of Cinnabar #EC451B
RGB
CMYK
RGB Variations
Color information
#EC451B (or 0xEC451B) is known color: Cinnabar. HEX triplet: EC, 45 and 1B. RGB value is (236,69,27). Sum of RGB (Red+Green+Blue) = 236+69+27=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC451B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC451B is #13BAE4. Grayscale: #727272. Windows color (decimal): -1293029 or 1787372. OLE color: 1787372.
HSL color Cylindrical-coordinate representation of color #EC451B: hue angle of 12.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC451B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.07 |
| HSL | 12.06º | 0.85% | 0.52% | - |
| HSV(B) | 12.06º | 0.89% | 0.93% | - |
| XYZ | 36.92 | 22.17 | 3.37 | - |
| YUV | 114.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 27 | 0 | 0.71 | 0.89 | 0.07 | 12.06 | 0.85 | 0.52 |
| Hex | EC | 45 | 1B | 0 | 47 | 59 | 7 | C | 55 | 34 |
| Octal | 354 | 105 | 33 | 0 | 107 | 131 | 7 | 14 | 125 | 64 |
| Binary | 11101100 | 1000101 | 11011 | 0 | 1000111 | 1011001 | 111 | 1100 | 1010101 | 110100 |
Color Harmonies of #EC451B
Complementary color
Monochromatic Colors of #EC451B
Black with #EC451B
Text Example
Text Example
White with #EC451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC451B; }
p { color: rgb(236,69,27); }
H1.HeaderClassName
{
color: #EC451B;
}
.AnyTagClassName
{
color: #EC451B;
}
</style>
background-color css
<style>
a { background-color: #EC451B; }
a { background-color: rgb(236,69,27); }
div.DivClassName
{
background-color: #EC451B;
}
.BgClassName
{
background-color: #EC451B;
}
</style>
border-color css
<style>
span { border-color: #EC451B; }
span { border-color: rgb(236,69,27); }
td.TdClassName
{
border-color: #EC451B;
}
.TagClassName
{
border-color: #EC451B;
}
</style>