Shades of Cinnabar #EC402D
Tints of Cinnabar #EC402D
RGB
CMYK
RGB Variations
Color information
#EC402D (or 0xEC402D) is known color: Cinnabar. HEX triplet: EC, 40 and 2D. RGB value is (236,64,45). Sum of RGB (Red+Green+Blue) = 236+64+45=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC402D is #13BFD2. Grayscale: #717171. Windows color (decimal): -1294291 or 2965740. OLE color: 2965740.
HSL color Cylindrical-coordinate representation of color #EC402D: hue angle of 5.97º 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 #EC402D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.07 |
| HSL | 5.97º | 0.83% | 0.55% | - |
| HSV(B) | 5.97º | 0.81% | 0.93% | - |
| XYZ | 36.9 | 21.69 | 4.72 | - |
| YUV | 113.26 | 89.48 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 45 | 0 | 0.73 | 0.81 | 0.07 | 5.97 | 0.83 | 0.55 |
| Hex | EC | 40 | 2D | 0 | 49 | 51 | 7 | 6 | 53 | 37 |
| Octal | 354 | 100 | 55 | 0 | 111 | 121 | 7 | 6 | 123 | 67 |
| Binary | 11101100 | 1000000 | 101101 | 0 | 1001001 | 1010001 | 111 | 110 | 1010011 | 110111 |
Color Harmonies of #EC402D
Complementary color
Monochromatic Colors of #EC402D
Black with #EC402D
Text Example
Text Example
White with #EC402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC402D; }
p { color: rgb(236,64,45); }
H1.HeaderClassName
{
color: #EC402D;
}
.AnyTagClassName
{
color: #EC402D;
}
</style>
background-color css
<style>
a { background-color: #EC402D; }
a { background-color: rgb(236,64,45); }
div.DivClassName
{
background-color: #EC402D;
}
.BgClassName
{
background-color: #EC402D;
}
</style>
border-color css
<style>
span { border-color: #EC402D; }
span { border-color: rgb(236,64,45); }
td.TdClassName
{
border-color: #EC402D;
}
.TagClassName
{
border-color: #EC402D;
}
</style>