Shades of Cinnabar #EC3D3C
Tints of Cinnabar #EC3D3C
RGB
CMYK
RGB Variations
Color information
#EC3D3C (or 0xEC3D3C) is known color: Cinnabar. HEX triplet: EC, 3D and 3C. RGB value is (236,61,60). Sum of RGB (Red+Green+Blue) = 236+61+60=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D3C is #13C2C3. Grayscale: #717171. Windows color (decimal): -1295044 or 3948012. OLE color: 3948012.
HSL color Cylindrical-coordinate representation of color #EC3D3C: hue angle of 0.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3D3C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 60 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.07 |
| HSL | 0.34º | 0.82% | 0.58% | - |
| HSV(B) | 0.34º | 0.75% | 0.93% | - |
| XYZ | 37.08 | 21.5 | 6.47 | - |
| YUV | 113.21 | 97.98 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 60 | 0 | 0.74 | 0.75 | 0.07 | 0.34 | 0.82 | 0.58 |
| Hex | EC | 3D | 3C | 0 | 4A | 4B | 7 | 0 | 52 | 3A |
| Octal | 354 | 75 | 74 | 0 | 112 | 113 | 7 | 0 | 122 | 72 |
| Binary | 11101100 | 111101 | 111100 | 0 | 1001010 | 1001011 | 111 | 0 | 1010010 | 111010 |
Color Harmonies of #EC3D3C
Complementary color
Monochromatic Colors of #EC3D3C
Black with #EC3D3C
Text Example
Text Example
White with #EC3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D3C; }
p { color: rgb(236,61,60); }
H1.HeaderClassName
{
color: #EC3D3C;
}
.AnyTagClassName
{
color: #EC3D3C;
}
</style>
background-color css
<style>
a { background-color: #EC3D3C; }
a { background-color: rgb(236,61,60); }
div.DivClassName
{
background-color: #EC3D3C;
}
.BgClassName
{
background-color: #EC3D3C;
}
</style>
border-color css
<style>
span { border-color: #EC3D3C; }
span { border-color: rgb(236,61,60); }
td.TdClassName
{
border-color: #EC3D3C;
}
.TagClassName
{
border-color: #EC3D3C;
}
</style>