Shades of Cinnabar #EC453D
Tints of Cinnabar #EC453D
RGB
CMYK
RGB Variations
Color information
#EC453D (or 0xEC453D) is known color: Cinnabar. HEX triplet: EC, 45 and 3D. RGB value is (236,69,61). Sum of RGB (Red+Green+Blue) = 236+69+61=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453D is #13BAC2. Grayscale: #767676. Windows color (decimal): -1292995 or 4015596. OLE color: 4015596.
HSL color Cylindrical-coordinate representation of color #EC453D: hue angle of 2.74º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC453D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 61 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 2.74º | 0.82% | 0.58% | - |
| HSV(B) | 2.74º | 0.74% | 0.93% | - |
| XYZ | 37.56 | 22.43 | 6.76 | - |
| YUV | 118.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 61 | 0 | 0.71 | 0.74 | 0.07 | 2.74 | 0.82 | 0.58 |
| Hex | EC | 45 | 3D | 0 | 47 | 4A | 7 | 3 | 52 | 3A |
| Octal | 354 | 105 | 75 | 0 | 107 | 112 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1000101 | 111101 | 0 | 1000111 | 1001010 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC453D
Complementary color
Monochromatic Colors of #EC453D
Black with #EC453D
Text Example
Text Example
White with #EC453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC453D; }
p { color: rgb(236,69,61); }
H1.HeaderClassName
{
color: #EC453D;
}
.AnyTagClassName
{
color: #EC453D;
}
</style>
background-color css
<style>
a { background-color: #EC453D; }
a { background-color: rgb(236,69,61); }
div.DivClassName
{
background-color: #EC453D;
}
.BgClassName
{
background-color: #EC453D;
}
</style>
border-color css
<style>
span { border-color: #EC453D; }
span { border-color: rgb(236,69,61); }
td.TdClassName
{
border-color: #EC453D;
}
.TagClassName
{
border-color: #EC453D;
}
</style>