Shades of Cinnabar #EC3D2E
Tints of Cinnabar #EC3D2E
RGB
CMYK
RGB Variations
Color information
#EC3D2E (or 0xEC3D2E) is known color: Cinnabar. HEX triplet: EC, 3D and 2E. RGB value is (236,61,46). Sum of RGB (Red+Green+Blue) = 236+61+46=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D2E is #13C2D1. Grayscale: #6F6F6F. Windows color (decimal): -1295058 or 3030508. OLE color: 3030508.
HSL color Cylindrical-coordinate representation of color #EC3D2E: hue angle of 4.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC3D2E is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 46 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.07 |
| HSL | 4.74º | 0.83% | 0.55% | - |
| HSV(B) | 4.74º | 0.81% | 0.93% | - |
| XYZ | 36.75 | 21.37 | 4.77 | - |
| YUV | 111.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 46 | 0 | 0.74 | 0.81 | 0.07 | 4.74 | 0.83 | 0.55 |
| Hex | EC | 3D | 2E | 0 | 4A | 51 | 7 | 5 | 53 | 37 |
| Octal | 354 | 75 | 56 | 0 | 112 | 121 | 7 | 5 | 123 | 67 |
| Binary | 11101100 | 111101 | 101110 | 0 | 1001010 | 1010001 | 111 | 101 | 1010011 | 110111 |
Color Harmonies of #EC3D2E
Complementary color
Monochromatic Colors of #EC3D2E
Black with #EC3D2E
Text Example
Text Example
White with #EC3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D2E; }
p { color: rgb(236,61,46); }
H1.HeaderClassName
{
color: #EC3D2E;
}
.AnyTagClassName
{
color: #EC3D2E;
}
</style>
background-color css
<style>
a { background-color: #EC3D2E; }
a { background-color: rgb(236,61,46); }
div.DivClassName
{
background-color: #EC3D2E;
}
.BgClassName
{
background-color: #EC3D2E;
}
</style>
border-color css
<style>
span { border-color: #EC3D2E; }
span { border-color: rgb(236,61,46); }
td.TdClassName
{
border-color: #EC3D2E;
}
.TagClassName
{
border-color: #EC3D2E;
}
</style>