Shades of Cinnabar #EC452E
Tints of Cinnabar #EC452E
RGB
CMYK
RGB Variations
Color information
#EC452E (or 0xEC452E) is known color: Cinnabar. HEX triplet: EC, 45 and 2E. RGB value is (236,69,46). Sum of RGB (Red+Green+Blue) = 236+69+46=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC452E is #13BAD1. Grayscale: #747474. Windows color (decimal): -1293010 or 3032556. OLE color: 3032556.
HSL color Cylindrical-coordinate representation of color #EC452E: hue angle of 7.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC452E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 46 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.07 |
| HSL | 7.26º | 0.83% | 0.55% | - |
| HSV(B) | 7.26º | 0.81% | 0.93% | - |
| XYZ | 37.21 | 22.29 | 4.93 | - |
| YUV | 116.31 | 88.33 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 46 | 0 | 0.71 | 0.81 | 0.07 | 7.26 | 0.83 | 0.55 |
| Hex | EC | 45 | 2E | 0 | 47 | 51 | 7 | 7 | 53 | 37 |
| Octal | 354 | 105 | 56 | 0 | 107 | 121 | 7 | 7 | 123 | 67 |
| Binary | 11101100 | 1000101 | 101110 | 0 | 1000111 | 1010001 | 111 | 111 | 1010011 | 110111 |
Color Harmonies of #EC452E
Complementary color
Monochromatic Colors of #EC452E
Black with #EC452E
Text Example
Text Example
White with #EC452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC452E; }
p { color: rgb(236,69,46); }
H1.HeaderClassName
{
color: #EC452E;
}
.AnyTagClassName
{
color: #EC452E;
}
</style>
background-color css
<style>
a { background-color: #EC452E; }
a { background-color: rgb(236,69,46); }
div.DivClassName
{
background-color: #EC452E;
}
.BgClassName
{
background-color: #EC452E;
}
</style>
border-color css
<style>
span { border-color: #EC452E; }
span { border-color: rgb(236,69,46); }
td.TdClassName
{
border-color: #EC452E;
}
.TagClassName
{
border-color: #EC452E;
}
</style>