Shades of Cinnabar #EC453A
Tints of Cinnabar #EC453A
RGB
CMYK
RGB Variations
Color information
#EC453A (or 0xEC453A) is known color: Cinnabar. HEX triplet: EC, 45 and 3A. RGB value is (236,69,58). Sum of RGB (Red+Green+Blue) = 236+69+58=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453A is #13BAC5. Grayscale: #757575. Windows color (decimal): -1292998 or 3818988. OLE color: 3818988.
HSL color Cylindrical-coordinate representation of color #EC453A: hue angle of 3.71º 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 #EC453A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 58 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.07 |
| HSL | 3.71º | 0.82% | 0.58% | - |
| HSV(B) | 3.71º | 0.75% | 0.93% | - |
| XYZ | 37.48 | 22.39 | 6.35 | - |
| YUV | 117.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 58 | 0 | 0.71 | 0.75 | 0.07 | 3.71 | 0.82 | 0.58 |
| Hex | EC | 45 | 3A | 0 | 47 | 4B | 7 | 4 | 52 | 3A |
| Octal | 354 | 105 | 72 | 0 | 107 | 113 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1000101 | 111010 | 0 | 1000111 | 1001011 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC453A
Complementary color
Monochromatic Colors of #EC453A
Black with #EC453A
Text Example
Text Example
White with #EC453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC453A; }
p { color: rgb(236,69,58); }
H1.HeaderClassName
{
color: #EC453A;
}
.AnyTagClassName
{
color: #EC453A;
}
</style>
background-color css
<style>
a { background-color: #EC453A; }
a { background-color: rgb(236,69,58); }
div.DivClassName
{
background-color: #EC453A;
}
.BgClassName
{
background-color: #EC453A;
}
</style>
border-color css
<style>
span { border-color: #EC453A; }
span { border-color: rgb(236,69,58); }
td.TdClassName
{
border-color: #EC453A;
}
.TagClassName
{
border-color: #EC453A;
}
</style>