Shades of Cinnabar #EC453E
Tints of Cinnabar #EC453E
RGB
CMYK
RGB Variations
Color information
#EC453E (or 0xEC453E) is known color: Cinnabar. HEX triplet: EC, 45 and 3E. RGB value is (236,69,62). Sum of RGB (Red+Green+Blue) = 236+69+62=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453E is #13BAC1. Grayscale: #767676. Windows color (decimal): -1292994 or 4081132. OLE color: 4081132.
HSL color Cylindrical-coordinate representation of color #EC453E: hue angle of 2.41º 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 #EC453E is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 62 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 2.41º | 0.82% | 0.58% | - |
| HSV(B) | 2.41º | 0.74% | 0.93% | - |
| XYZ | 37.59 | 22.44 | 6.91 | - |
| YUV | 118.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 62 | 0 | 0.71 | 0.74 | 0.07 | 2.41 | 0.82 | 0.58 |
| Hex | EC | 45 | 3E | 0 | 47 | 4A | 7 | 2 | 52 | 3A |
| Octal | 354 | 105 | 76 | 0 | 107 | 112 | 7 | 2 | 122 | 72 |
| Binary | 11101100 | 1000101 | 111110 | 0 | 1000111 | 1001010 | 111 | 10 | 1010010 | 111010 |
Color Harmonies of #EC453E
Complementary color
Monochromatic Colors of #EC453E
Black with #EC453E
Text Example
Text Example
White with #EC453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC453E; }
p { color: rgb(236,69,62); }
H1.HeaderClassName
{
color: #EC453E;
}
.AnyTagClassName
{
color: #EC453E;
}
</style>
background-color css
<style>
a { background-color: #EC453E; }
a { background-color: rgb(236,69,62); }
div.DivClassName
{
background-color: #EC453E;
}
.BgClassName
{
background-color: #EC453E;
}
</style>
border-color css
<style>
span { border-color: #EC453E; }
span { border-color: rgb(236,69,62); }
td.TdClassName
{
border-color: #EC453E;
}
.TagClassName
{
border-color: #EC453E;
}
</style>