Shades of Cinnabar #EC3E33
Tints of Cinnabar #EC3E33
RGB
CMYK
RGB Variations
Color information
#EC3E33 (or 0xEC3E33) is known color: Cinnabar. HEX triplet: EC, 3E and 33. RGB value is (236,62,51). Sum of RGB (Red+Green+Blue) = 236+62+51=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E33 is #13C1CC. Grayscale: #707070. Windows color (decimal): -1294797 or 3358444. OLE color: 3358444.
HSL color Cylindrical-coordinate representation of color #EC3E33: hue angle of 3.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3E33 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 51 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.07 |
| HSL | 3.57º | 0.83% | 0.56% | - |
| HSV(B) | 3.57º | 0.78% | 0.93% | - |
| XYZ | 36.91 | 21.52 | 5.34 | - |
| YUV | 112.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 51 | 0 | 0.74 | 0.78 | 0.07 | 3.57 | 0.83 | 0.56 |
| Hex | EC | 3E | 33 | 0 | 4A | 4E | 7 | 4 | 53 | 38 |
| Octal | 354 | 76 | 63 | 0 | 112 | 116 | 7 | 4 | 123 | 70 |
| Binary | 11101100 | 111110 | 110011 | 0 | 1001010 | 1001110 | 111 | 100 | 1010011 | 111000 |
Color Harmonies of #EC3E33
Complementary color
Monochromatic Colors of #EC3E33
Black with #EC3E33
Text Example
Text Example
White with #EC3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E33; }
p { color: rgb(236,62,51); }
H1.HeaderClassName
{
color: #EC3E33;
}
.AnyTagClassName
{
color: #EC3E33;
}
</style>
background-color css
<style>
a { background-color: #EC3E33; }
a { background-color: rgb(236,62,51); }
div.DivClassName
{
background-color: #EC3E33;
}
.BgClassName
{
background-color: #EC3E33;
}
</style>
border-color css
<style>
span { border-color: #EC3E33; }
span { border-color: rgb(236,62,51); }
td.TdClassName
{
border-color: #EC3E33;
}
.TagClassName
{
border-color: #EC3E33;
}
</style>