Shades of Cinnabar #EC3534
Tints of Cinnabar #EC3534
RGB
CMYK
RGB Variations
Color information
#EC3534 (or 0xEC3534) is known color: Cinnabar. HEX triplet: EC, 35 and 34. RGB value is (236,53,52). Sum of RGB (Red+Green+Blue) = 236+53+52=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3534 is #13CACB. Grayscale: #6B6B6B. Windows color (decimal): -1297100 or 3421676. OLE color: 3421676.
HSL color Cylindrical-coordinate representation of color #EC3534: hue angle of 0.33º 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 #EC3534 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 52 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 0.33º | 0.83% | 0.56% | - |
| HSV(B) | 0.33º | 0.78% | 0.93% | - |
| XYZ | 36.49 | 20.63 | 5.31 | - |
| YUV | 107.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 52 | 0 | 0.78 | 0.78 | 0.07 | 0.33 | 0.83 | 0.56 |
| Hex | EC | 35 | 34 | 0 | 4E | 4E | 7 | 0 | 53 | 38 |
| Octal | 354 | 65 | 64 | 0 | 116 | 116 | 7 | 0 | 123 | 70 |
| Binary | 11101100 | 110101 | 110100 | 0 | 1001110 | 1001110 | 111 | 0 | 1010011 | 111000 |
Color Harmonies of #EC3534
Complementary color
Monochromatic Colors of #EC3534
Black with #EC3534
Text Example
Text Example
White with #EC3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3534; }
p { color: rgb(236,53,52); }
H1.HeaderClassName
{
color: #EC3534;
}
.AnyTagClassName
{
color: #EC3534;
}
</style>
background-color css
<style>
a { background-color: #EC3534; }
a { background-color: rgb(236,53,52); }
div.DivClassName
{
background-color: #EC3534;
}
.BgClassName
{
background-color: #EC3534;
}
</style>
border-color css
<style>
span { border-color: #EC3534; }
span { border-color: rgb(236,53,52); }
td.TdClassName
{
border-color: #EC3534;
}
.TagClassName
{
border-color: #EC3534;
}
</style>