Shades of Cinnabar #EC3C2A
Tints of Cinnabar #EC3C2A
RGB
CMYK
RGB Variations
Color information
#EC3C2A (or 0xEC3C2A) is known color: Cinnabar. HEX triplet: EC, 3C and 2A. RGB value is (236,60,42). Sum of RGB (Red+Green+Blue) = 236+60+42=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C2A is #13C3D5. Grayscale: #6E6E6E. Windows color (decimal): -1295318 or 2768108. OLE color: 2768108.
HSL color Cylindrical-coordinate representation of color #EC3C2A: hue angle of 5.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC3C2A is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 42 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.07 |
| HSL | 5.57º | 0.84% | 0.55% | - |
| HSV(B) | 5.57º | 0.82% | 0.93% | - |
| XYZ | 36.63 | 21.23 | 4.36 | - |
| YUV | 110.57 | 89.31 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 42 | 0 | 0.75 | 0.82 | 0.07 | 5.57 | 0.84 | 0.55 |
| Hex | EC | 3C | 2A | 0 | 4B | 52 | 7 | 6 | 54 | 37 |
| Octal | 354 | 74 | 52 | 0 | 113 | 122 | 7 | 6 | 124 | 67 |
| Binary | 11101100 | 111100 | 101010 | 0 | 1001011 | 1010010 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #EC3C2A
Complementary color
Monochromatic Colors of #EC3C2A
Black with #EC3C2A
Text Example
Text Example
White with #EC3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C2A; }
p { color: rgb(236,60,42); }
H1.HeaderClassName
{
color: #EC3C2A;
}
.AnyTagClassName
{
color: #EC3C2A;
}
</style>
background-color css
<style>
a { background-color: #EC3C2A; }
a { background-color: rgb(236,60,42); }
div.DivClassName
{
background-color: #EC3C2A;
}
.BgClassName
{
background-color: #EC3C2A;
}
</style>
border-color css
<style>
span { border-color: #EC3C2A; }
span { border-color: rgb(236,60,42); }
td.TdClassName
{
border-color: #EC3C2A;
}
.TagClassName
{
border-color: #EC3C2A;
}
</style>