Shades of Cinnabar #EC3D25
Tints of Cinnabar #EC3D25
RGB
CMYK
RGB Variations
Color information
#EC3D25 (or 0xEC3D25) is known color: Cinnabar. HEX triplet: EC, 3D and 25. RGB value is (236,61,37). Sum of RGB (Red+Green+Blue) = 236+61+37=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D25 is #13C2DA. Grayscale: #6E6E6E. Windows color (decimal): -1295067 or 2440684. OLE color: 2440684.
HSL color Cylindrical-coordinate representation of color #EC3D25: hue angle of 7.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC3D25 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 37 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.07 |
| HSL | 7.24º | 0.84% | 0.54% | - |
| HSV(B) | 7.24º | 0.84% | 0.93% | - |
| XYZ | 36.59 | 21.3 | 3.93 | - |
| YUV | 110.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 37 | 0 | 0.74 | 0.84 | 0.07 | 7.24 | 0.84 | 0.54 |
| Hex | EC | 3D | 25 | 0 | 4A | 54 | 7 | 7 | 54 | 36 |
| Octal | 354 | 75 | 45 | 0 | 112 | 124 | 7 | 7 | 124 | 66 |
| Binary | 11101100 | 111101 | 100101 | 0 | 1001010 | 1010100 | 111 | 111 | 1010100 | 110110 |
Color Harmonies of #EC3D25
Complementary color
Monochromatic Colors of #EC3D25
Black with #EC3D25
Text Example
Text Example
White with #EC3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D25; }
p { color: rgb(236,61,37); }
H1.HeaderClassName
{
color: #EC3D25;
}
.AnyTagClassName
{
color: #EC3D25;
}
</style>
background-color css
<style>
a { background-color: #EC3D25; }
a { background-color: rgb(236,61,37); }
div.DivClassName
{
background-color: #EC3D25;
}
.BgClassName
{
background-color: #EC3D25;
}
</style>
border-color css
<style>
span { border-color: #EC3D25; }
span { border-color: rgb(236,61,37); }
td.TdClassName
{
border-color: #EC3D25;
}
.TagClassName
{
border-color: #EC3D25;
}
</style>