Shades of Cinnabar #EC301D
Tints of Cinnabar #EC301D
RGB
CMYK
RGB Variations
Color information
#EC301D (or 0xEC301D) is known color: Cinnabar. HEX triplet: EC, 30 and 1D. RGB value is (236,48,29). Sum of RGB (Red+Green+Blue) = 236+48+29=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC301D is #13CFE2. Grayscale: #666666. Windows color (decimal): -1298403 or 1913068. OLE color: 1913068.
HSL color Cylindrical-coordinate representation of color #EC301D: hue angle of 5.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC301D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.07 |
| HSL | 5.51º | 0.84% | 0.52% | - |
| HSV(B) | 5.51º | 0.88% | 0.93% | - |
| XYZ | 35.87 | 20.04 | 3.14 | - |
| YUV | 102.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 29 | 0 | 0.80 | 0.88 | 0.07 | 5.51 | 0.84 | 0.52 |
| Hex | EC | 30 | 1D | 0 | 50 | 58 | 7 | 6 | 54 | 34 |
| Octal | 354 | 60 | 35 | 0 | 120 | 130 | 7 | 6 | 124 | 64 |
| Binary | 11101100 | 110000 | 11101 | 0 | 1010000 | 1011000 | 111 | 110 | 1010100 | 110100 |
Color Harmonies of #EC301D
Complementary color
Monochromatic Colors of #EC301D
Black with #EC301D
Text Example
Text Example
White with #EC301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC301D; }
p { color: rgb(236,48,29); }
H1.HeaderClassName
{
color: #EC301D;
}
.AnyTagClassName
{
color: #EC301D;
}
</style>
background-color css
<style>
a { background-color: #EC301D; }
a { background-color: rgb(236,48,29); }
div.DivClassName
{
background-color: #EC301D;
}
.BgClassName
{
background-color: #EC301D;
}
</style>
border-color css
<style>
span { border-color: #EC301D; }
span { border-color: rgb(236,48,29); }
td.TdClassName
{
border-color: #EC301D;
}
.TagClassName
{
border-color: #EC301D;
}
</style>