Shades of Cinnabar #EC3632
Tints of Cinnabar #EC3632
RGB
CMYK
RGB Variations
Color information
#EC3632 (or 0xEC3632) is known color: Cinnabar. HEX triplet: EC, 36 and 32. RGB value is (236,54,50). Sum of RGB (Red+Green+Blue) = 236+54+50=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3632 is #13C9CD. Grayscale: #6C6C6C. Windows color (decimal): -1296846 or 3290860. OLE color: 3290860.
HSL color Cylindrical-coordinate representation of color #EC3632: hue angle of 1.29º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3632 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 50 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.07 |
| HSL | 1.29º | 0.83% | 0.56% | - |
| HSV(B) | 1.29º | 0.79% | 0.93% | - |
| XYZ | 36.49 | 20.7 | 5.09 | - |
| YUV | 107.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 50 | 0 | 0.77 | 0.79 | 0.07 | 1.29 | 0.83 | 0.56 |
| Hex | EC | 36 | 32 | 0 | 4D | 4F | 7 | 1 | 53 | 38 |
| Octal | 354 | 66 | 62 | 0 | 115 | 117 | 7 | 1 | 123 | 70 |
| Binary | 11101100 | 110110 | 110010 | 0 | 1001101 | 1001111 | 111 | 1 | 1010011 | 111000 |
Color Harmonies of #EC3632
Complementary color
Monochromatic Colors of #EC3632
Black with #EC3632
Text Example
Text Example
White with #EC3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3632; }
p { color: rgb(236,54,50); }
H1.HeaderClassName
{
color: #EC3632;
}
.AnyTagClassName
{
color: #EC3632;
}
</style>
background-color css
<style>
a { background-color: #EC3632; }
a { background-color: rgb(236,54,50); }
div.DivClassName
{
background-color: #EC3632;
}
.BgClassName
{
background-color: #EC3632;
}
</style>
border-color css
<style>
span { border-color: #EC3632; }
span { border-color: rgb(236,54,50); }
td.TdClassName
{
border-color: #EC3632;
}
.TagClassName
{
border-color: #EC3632;
}
</style>