Shades of Cinnabar #EC3B25
Tints of Cinnabar #EC3B25
RGB
CMYK
RGB Variations
Color information
#EC3B25 (or 0xEC3B25) is known color: Cinnabar. HEX triplet: EC, 3B and 25. RGB value is (236,59,37). Sum of RGB (Red+Green+Blue) = 236+59+37=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B25 is #13C4DA. Grayscale: #6D6D6D. Windows color (decimal): -1295579 or 2440172. OLE color: 2440172.
HSL color Cylindrical-coordinate representation of color #EC3B25: hue angle of 6.63º 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 #EC3B25 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 37 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.07 |
| HSL | 6.63º | 0.84% | 0.54% | - |
| HSV(B) | 6.63º | 0.84% | 0.93% | - |
| XYZ | 36.49 | 21.09 | 3.9 | - |
| YUV | 109.42 | 87.14 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 37 | 0 | 0.75 | 0.84 | 0.07 | 6.63 | 0.84 | 0.54 |
| Hex | EC | 3B | 25 | 0 | 4B | 54 | 7 | 7 | 54 | 36 |
| Octal | 354 | 73 | 45 | 0 | 113 | 124 | 7 | 7 | 124 | 66 |
| Binary | 11101100 | 111011 | 100101 | 0 | 1001011 | 1010100 | 111 | 111 | 1010100 | 110110 |
Color Harmonies of #EC3B25
Complementary color
Monochromatic Colors of #EC3B25
Black with #EC3B25
Text Example
Text Example
White with #EC3B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B25; }
p { color: rgb(236,59,37); }
H1.HeaderClassName
{
color: #EC3B25;
}
.AnyTagClassName
{
color: #EC3B25;
}
</style>
background-color css
<style>
a { background-color: #EC3B25; }
a { background-color: rgb(236,59,37); }
div.DivClassName
{
background-color: #EC3B25;
}
.BgClassName
{
background-color: #EC3B25;
}
</style>
border-color css
<style>
span { border-color: #EC3B25; }
span { border-color: rgb(236,59,37); }
td.TdClassName
{
border-color: #EC3B25;
}
.TagClassName
{
border-color: #EC3B25;
}
</style>