Shades of Cinnabar #EC443B
Tints of Cinnabar #EC443B
RGB
CMYK
RGB Variations
Color information
#EC443B (or 0xEC443B) is known color: Cinnabar. HEX triplet: EC, 44 and 3B. RGB value is (236,68,59). Sum of RGB (Red+Green+Blue) = 236+68+59=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC443B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC443B is #13BBC4. Grayscale: #757575. Windows color (decimal): -1293253 or 3884268. OLE color: 3884268.
HSL color Cylindrical-coordinate representation of color #EC443B: hue angle of 3.05º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC443B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 59 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.07 |
| HSL | 3.05º | 0.82% | 0.58% | - |
| HSV(B) | 3.05º | 0.75% | 0.93% | - |
| XYZ | 37.45 | 22.28 | 6.46 | - |
| YUV | 117.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 59 | 0 | 0.71 | 0.75 | 0.07 | 3.05 | 0.82 | 0.58 |
| Hex | EC | 44 | 3B | 0 | 47 | 4B | 7 | 3 | 52 | 3A |
| Octal | 354 | 104 | 73 | 0 | 107 | 113 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1000100 | 111011 | 0 | 1000111 | 1001011 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC443B
Complementary color
Monochromatic Colors of #EC443B
Black with #EC443B
Text Example
Text Example
White with #EC443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC443B; }
p { color: rgb(236,68,59); }
H1.HeaderClassName
{
color: #EC443B;
}
.AnyTagClassName
{
color: #EC443B;
}
</style>
background-color css
<style>
a { background-color: #EC443B; }
a { background-color: rgb(236,68,59); }
div.DivClassName
{
background-color: #EC443B;
}
.BgClassName
{
background-color: #EC443B;
}
</style>
border-color css
<style>
span { border-color: #EC443B; }
span { border-color: rgb(236,68,59); }
td.TdClassName
{
border-color: #EC443B;
}
.TagClassName
{
border-color: #EC443B;
}
</style>