Shades of Cinnabar #EC452D
Tints of Cinnabar #EC452D
RGB
CMYK
RGB Variations
Color information
#EC452D (or 0xEC452D) is known color: Cinnabar. HEX triplet: EC, 45 and 2D. RGB value is (236,69,45). Sum of RGB (Red+Green+Blue) = 236+69+45=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC452D is #13BAD2. Grayscale: #747474. Windows color (decimal): -1293011 or 2967020. OLE color: 2967020.
HSL color Cylindrical-coordinate representation of color #EC452D: hue angle of 7.54º 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 #EC452D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 45 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.07 |
| HSL | 7.54º | 0.83% | 0.55% | - |
| HSV(B) | 7.54º | 0.81% | 0.93% | - |
| XYZ | 37.19 | 22.28 | 4.82 | - |
| YUV | 116.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 45 | 0 | 0.71 | 0.81 | 0.07 | 7.54 | 0.83 | 0.55 |
| Hex | EC | 45 | 2D | 0 | 47 | 51 | 7 | 8 | 53 | 37 |
| Octal | 354 | 105 | 55 | 0 | 107 | 121 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1000101 | 101101 | 0 | 1000111 | 1010001 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC452D
Complementary color
Monochromatic Colors of #EC452D
Black with #EC452D
Text Example
Text Example
White with #EC452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC452D; }
p { color: rgb(236,69,45); }
H1.HeaderClassName
{
color: #EC452D;
}
.AnyTagClassName
{
color: #EC452D;
}
</style>
background-color css
<style>
a { background-color: #EC452D; }
a { background-color: rgb(236,69,45); }
div.DivClassName
{
background-color: #EC452D;
}
.BgClassName
{
background-color: #EC452D;
}
</style>
border-color css
<style>
span { border-color: #EC452D; }
span { border-color: rgb(236,69,45); }
td.TdClassName
{
border-color: #EC452D;
}
.TagClassName
{
border-color: #EC452D;
}
</style>