Shades of Cinnabar #EC532D
Tints of Cinnabar #EC532D
RGB
CMYK
RGB Variations
Color information
#EC532D (or 0xEC532D) is known color: Cinnabar. HEX triplet: EC, 53 and 2D. RGB value is (236,83,45). Sum of RGB (Red+Green+Blue) = 236+83+45=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC532D is #13ACD2. Grayscale: #7C7C7C. Windows color (decimal): -1289427 or 2970604. OLE color: 2970604.
HSL color Cylindrical-coordinate representation of color #EC532D: hue angle of 11.94º 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 #EC532D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.07 |
| HSL | 11.94º | 0.83% | 0.55% | - |
| HSV(B) | 11.94º | 0.81% | 0.93% | - |
| XYZ | 38.16 | 24.21 | 5.14 | - |
| YUV | 124.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 45 | 0 | 0.65 | 0.81 | 0.07 | 11.94 | 0.83 | 0.55 |
| Hex | EC | 53 | 2D | 0 | 41 | 51 | 7 | C | 53 | 37 |
| Octal | 354 | 123 | 55 | 0 | 101 | 121 | 7 | 14 | 123 | 67 |
| Binary | 11101100 | 1010011 | 101101 | 0 | 1000001 | 1010001 | 111 | 1100 | 1010011 | 110111 |
Color Harmonies of #EC532D
Complementary color
Monochromatic Colors of #EC532D
Black with #EC532D
Text Example
Text Example
White with #EC532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC532D; }
p { color: rgb(236,83,45); }
H1.HeaderClassName
{
color: #EC532D;
}
.AnyTagClassName
{
color: #EC532D;
}
</style>
background-color css
<style>
a { background-color: #EC532D; }
a { background-color: rgb(236,83,45); }
div.DivClassName
{
background-color: #EC532D;
}
.BgClassName
{
background-color: #EC532D;
}
</style>
border-color css
<style>
span { border-color: #EC532D; }
span { border-color: rgb(236,83,45); }
td.TdClassName
{
border-color: #EC532D;
}
.TagClassName
{
border-color: #EC532D;
}
</style>