Shades of Cinnabar #EC413A
Tints of Cinnabar #EC413A
RGB
CMYK
RGB Variations
Color information
#EC413A (or 0xEC413A) is known color: Cinnabar. HEX triplet: EC, 41 and 3A. RGB value is (236,65,58). Sum of RGB (Red+Green+Blue) = 236+65+58=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC413A is #13BEC5. Grayscale: #737373. Windows color (decimal): -1294022 or 3817964. OLE color: 3817964.
HSL color Cylindrical-coordinate representation of color #EC413A: hue angle of 2.36º 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 #EC413A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 58 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.07 |
| HSL | 2.36º | 0.82% | 0.58% | - |
| HSV(B) | 2.36º | 0.75% | 0.93% | - |
| XYZ | 37.25 | 21.92 | 6.27 | - |
| YUV | 115.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 58 | 0 | 0.72 | 0.75 | 0.07 | 2.36 | 0.82 | 0.58 |
| Hex | EC | 41 | 3A | 0 | 48 | 4B | 7 | 2 | 52 | 3A |
| Octal | 354 | 101 | 72 | 0 | 110 | 113 | 7 | 2 | 122 | 72 |
| Binary | 11101100 | 1000001 | 111010 | 0 | 1001000 | 1001011 | 111 | 10 | 1010010 | 111010 |
Color Harmonies of #EC413A
Complementary color
Monochromatic Colors of #EC413A
Black with #EC413A
Text Example
Text Example
White with #EC413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC413A; }
p { color: rgb(236,65,58); }
H1.HeaderClassName
{
color: #EC413A;
}
.AnyTagClassName
{
color: #EC413A;
}
</style>
background-color css
<style>
a { background-color: #EC413A; }
a { background-color: rgb(236,65,58); }
div.DivClassName
{
background-color: #EC413A;
}
.BgClassName
{
background-color: #EC413A;
}
</style>
border-color css
<style>
span { border-color: #EC413A; }
span { border-color: rgb(236,65,58); }
td.TdClassName
{
border-color: #EC413A;
}
.TagClassName
{
border-color: #EC413A;
}
</style>