Shades of Cinnabar #EC4B25
Tints of Cinnabar #EC4B25
RGB
CMYK
RGB Variations
Color information
#EC4B25 (or 0xEC4B25) is known color: Cinnabar. HEX triplet: EC, 4B and 25. RGB value is (236,75,37). Sum of RGB (Red+Green+Blue) = 236+75+37=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B25 is #13B4DA. Grayscale: #777777. Windows color (decimal): -1291483 or 2444268. OLE color: 2444268.
HSL color Cylindrical-coordinate representation of color #EC4B25: hue angle of 11.46º 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 #EC4B25 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 37 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.07 |
| HSL | 11.46º | 0.84% | 0.54% | - |
| HSV(B) | 11.46º | 0.84% | 0.93% | - |
| XYZ | 37.44 | 23 | 4.22 | - |
| YUV | 118.81 | 81.84 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 37 | 0 | 0.68 | 0.84 | 0.07 | 11.46 | 0.84 | 0.54 |
| Hex | EC | 4B | 25 | 0 | 44 | 54 | 7 | B | 54 | 36 |
| Octal | 354 | 113 | 45 | 0 | 104 | 124 | 7 | 13 | 124 | 66 |
| Binary | 11101100 | 1001011 | 100101 | 0 | 1000100 | 1010100 | 111 | 1011 | 1010100 | 110110 |
Color Harmonies of #EC4B25
Complementary color
Monochromatic Colors of #EC4B25
Black with #EC4B25
Text Example
Text Example
White with #EC4B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B25; }
p { color: rgb(236,75,37); }
H1.HeaderClassName
{
color: #EC4B25;
}
.AnyTagClassName
{
color: #EC4B25;
}
</style>
background-color css
<style>
a { background-color: #EC4B25; }
a { background-color: rgb(236,75,37); }
div.DivClassName
{
background-color: #EC4B25;
}
.BgClassName
{
background-color: #EC4B25;
}
</style>
border-color css
<style>
span { border-color: #EC4B25; }
span { border-color: rgb(236,75,37); }
td.TdClassName
{
border-color: #EC4B25;
}
.TagClassName
{
border-color: #EC4B25;
}
</style>