Shades of Cinnabar #EC4433
Tints of Cinnabar #EC4433
RGB
CMYK
RGB Variations
Color information
#EC4433 (or 0xEC4433) is known color: Cinnabar. HEX triplet: EC, 44 and 33. RGB value is (236,68,51). Sum of RGB (Red+Green+Blue) = 236+68+51=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4433 is #13BBCC. Grayscale: #747474. Windows color (decimal): -1293261 or 3359980. OLE color: 3359980.
HSL color Cylindrical-coordinate representation of color #EC4433: hue angle of 5.51º 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 #EC4433 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 51 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.51º | 0.83% | 0.56% | - |
| HSV(B) | 5.51º | 0.78% | 0.93% | - |
| XYZ | 37.26 | 22.21 | 5.45 | - |
| YUV | 116.29 | 91.16 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 51 | 0 | 0.71 | 0.78 | 0.07 | 5.51 | 0.83 | 0.56 |
| Hex | EC | 44 | 33 | 0 | 47 | 4E | 7 | 6 | 53 | 38 |
| Octal | 354 | 104 | 63 | 0 | 107 | 116 | 7 | 6 | 123 | 70 |
| Binary | 11101100 | 1000100 | 110011 | 0 | 1000111 | 1001110 | 111 | 110 | 1010011 | 111000 |
Color Harmonies of #EC4433
Complementary color
Monochromatic Colors of #EC4433
Black with #EC4433
Text Example
Text Example
White with #EC4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4433; }
p { color: rgb(236,68,51); }
H1.HeaderClassName
{
color: #EC4433;
}
.AnyTagClassName
{
color: #EC4433;
}
</style>
background-color css
<style>
a { background-color: #EC4433; }
a { background-color: rgb(236,68,51); }
div.DivClassName
{
background-color: #EC4433;
}
.BgClassName
{
background-color: #EC4433;
}
</style>
border-color css
<style>
span { border-color: #EC4433; }
span { border-color: rgb(236,68,51); }
td.TdClassName
{
border-color: #EC4433;
}
.TagClassName
{
border-color: #EC4433;
}
</style>