Shades of Cinnabar #EC453C
Tints of Cinnabar #EC453C
RGB
CMYK
RGB Variations
Color information
#EC453C (or 0xEC453C) is known color: Cinnabar. HEX triplet: EC, 45 and 3C. RGB value is (236,69,60). Sum of RGB (Red+Green+Blue) = 236+69+60=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453C is #13BAC3. Grayscale: #767676. Windows color (decimal): -1292996 or 3950060. OLE color: 3950060.
HSL color Cylindrical-coordinate representation of color #EC453C: hue angle of 3.07º 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 #EC453C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 60 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.07 |
| HSL | 3.07º | 0.82% | 0.58% | - |
| HSV(B) | 3.07º | 0.75% | 0.93% | - |
| XYZ | 37.54 | 22.42 | 6.62 | - |
| YUV | 117.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 60 | 0 | 0.71 | 0.75 | 0.07 | 3.07 | 0.82 | 0.58 |
| Hex | EC | 45 | 3C | 0 | 47 | 4B | 7 | 3 | 52 | 3A |
| Octal | 354 | 105 | 74 | 0 | 107 | 113 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1000101 | 111100 | 0 | 1000111 | 1001011 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC453C
Complementary color
Monochromatic Colors of #EC453C
Black with #EC453C
Text Example
Text Example
White with #EC453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC453C; }
p { color: rgb(236,69,60); }
H1.HeaderClassName
{
color: #EC453C;
}
.AnyTagClassName
{
color: #EC453C;
}
</style>
background-color css
<style>
a { background-color: #EC453C; }
a { background-color: rgb(236,69,60); }
div.DivClassName
{
background-color: #EC453C;
}
.BgClassName
{
background-color: #EC453C;
}
</style>
border-color css
<style>
span { border-color: #EC453C; }
span { border-color: rgb(236,69,60); }
td.TdClassName
{
border-color: #EC453C;
}
.TagClassName
{
border-color: #EC453C;
}
</style>