Shades of Cinnabar #EC3634
Tints of Cinnabar #EC3634
RGB
CMYK
RGB Variations
Color information
#EC3634 (or 0xEC3634) is known color: Cinnabar. HEX triplet: EC, 36 and 34. RGB value is (236,54,52). Sum of RGB (Red+Green+Blue) = 236+54+52=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3634 is #13C9CB. Grayscale: #6C6C6C. Windows color (decimal): -1296844 or 3421932. OLE color: 3421932.
HSL color Cylindrical-coordinate representation of color #EC3634: hue angle of 0.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3634 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 52 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.07 |
| HSL | 0.65º | 0.83% | 0.56% | - |
| HSV(B) | 0.65º | 0.78% | 0.93% | - |
| XYZ | 36.53 | 20.72 | 5.32 | - |
| YUV | 108.19 | 96.3 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 52 | 0 | 0.77 | 0.78 | 0.07 | 0.65 | 0.83 | 0.56 |
| Hex | EC | 36 | 34 | 0 | 4D | 4E | 7 | 1 | 53 | 38 |
| Octal | 354 | 66 | 64 | 0 | 115 | 116 | 7 | 1 | 123 | 70 |
| Binary | 11101100 | 110110 | 110100 | 0 | 1001101 | 1001110 | 111 | 1 | 1010011 | 111000 |
Color Harmonies of #EC3634
Complementary color
Monochromatic Colors of #EC3634
Black with #EC3634
Text Example
Text Example
White with #EC3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3634; }
p { color: rgb(236,54,52); }
H1.HeaderClassName
{
color: #EC3634;
}
.AnyTagClassName
{
color: #EC3634;
}
</style>
background-color css
<style>
a { background-color: #EC3634; }
a { background-color: rgb(236,54,52); }
div.DivClassName
{
background-color: #EC3634;
}
.BgClassName
{
background-color: #EC3634;
}
</style>
border-color css
<style>
span { border-color: #EC3634; }
span { border-color: rgb(236,54,52); }
td.TdClassName
{
border-color: #EC3634;
}
.TagClassName
{
border-color: #EC3634;
}
</style>