Shades of Cinnabar #EC421C
Tints of Cinnabar #EC421C
RGB
CMYK
RGB Variations
Color information
#EC421C (or 0xEC421C) is known color: Cinnabar. HEX triplet: EC, 42 and 1C. RGB value is (236,66,28). Sum of RGB (Red+Green+Blue) = 236+66+28=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC421C is #13BDE3. Grayscale: #707070. Windows color (decimal): -1293796 or 1852140. OLE color: 1852140.
HSL color Cylindrical-coordinate representation of color #EC421C: hue angle of 10.96º degrees, saturation: 0.85, 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 #EC421C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 10.96º | 0.85% | 0.52% | - |
| HSV(B) | 10.96º | 0.88% | 0.93% | - |
| XYZ | 36.75 | 21.81 | 3.37 | - |
| YUV | 112.5 | 80.32 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 28 | 0 | 0.72 | 0.88 | 0.07 | 10.96 | 0.85 | 0.52 |
| Hex | EC | 42 | 1C | 0 | 48 | 58 | 7 | B | 55 | 34 |
| Octal | 354 | 102 | 34 | 0 | 110 | 130 | 7 | 13 | 125 | 64 |
| Binary | 11101100 | 1000010 | 11100 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010101 | 110100 |
Color Harmonies of #EC421C
Complementary color
Monochromatic Colors of #EC421C
Black with #EC421C
Text Example
Text Example
White with #EC421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC421C; }
p { color: rgb(236,66,28); }
H1.HeaderClassName
{
color: #EC421C;
}
.AnyTagClassName
{
color: #EC421C;
}
</style>
background-color css
<style>
a { background-color: #EC421C; }
a { background-color: rgb(236,66,28); }
div.DivClassName
{
background-color: #EC421C;
}
.BgClassName
{
background-color: #EC421C;
}
</style>
border-color css
<style>
span { border-color: #EC421C; }
span { border-color: rgb(236,66,28); }
td.TdClassName
{
border-color: #EC421C;
}
.TagClassName
{
border-color: #EC421C;
}
</style>