Shades of Cinnabar #EC401B
Tints of Cinnabar #EC401B
RGB
CMYK
RGB Variations
Color information
#EC401B (or 0xEC401B) is known color: Cinnabar. HEX triplet: EC, 40 and 1B. RGB value is (236,64,27). Sum of RGB (Red+Green+Blue) = 236+64+27=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC401B is #13BFE4. Grayscale: #6F6F6F. Windows color (decimal): -1294309 or 1786092. OLE color: 1786092.
HSL color Cylindrical-coordinate representation of color #EC401B: hue angle of 10.62º 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 #EC401B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.07 |
| HSL | 10.62º | 0.85% | 0.52% | - |
| HSV(B) | 10.62º | 0.89% | 0.93% | - |
| XYZ | 36.62 | 21.58 | 3.27 | - |
| YUV | 111.21 | 80.48 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 27 | 0 | 0.73 | 0.89 | 0.07 | 10.62 | 0.85 | 0.52 |
| Hex | EC | 40 | 1B | 0 | 49 | 59 | 7 | B | 55 | 34 |
| Octal | 354 | 100 | 33 | 0 | 111 | 131 | 7 | 13 | 125 | 64 |
| Binary | 11101100 | 1000000 | 11011 | 0 | 1001001 | 1011001 | 111 | 1011 | 1010101 | 110100 |
Color Harmonies of #EC401B
Complementary color
Monochromatic Colors of #EC401B
Black with #EC401B
Text Example
Text Example
White with #EC401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC401B; }
p { color: rgb(236,64,27); }
H1.HeaderClassName
{
color: #EC401B;
}
.AnyTagClassName
{
color: #EC401B;
}
</style>
background-color css
<style>
a { background-color: #EC401B; }
a { background-color: rgb(236,64,27); }
div.DivClassName
{
background-color: #EC401B;
}
.BgClassName
{
background-color: #EC401B;
}
</style>
border-color css
<style>
span { border-color: #EC401B; }
span { border-color: rgb(236,64,27); }
td.TdClassName
{
border-color: #EC401B;
}
.TagClassName
{
border-color: #EC401B;
}
</style>