Shades of Cinnabar #EC3825
Tints of Cinnabar #EC3825
RGB
CMYK
RGB Variations
Color information
#EC3825 (or 0xEC3825) is known color: Cinnabar. HEX triplet: EC, 38 and 25. RGB value is (236,56,37). Sum of RGB (Red+Green+Blue) = 236+56+37=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3825 is #13C7DA. Grayscale: #6B6B6B. Windows color (decimal): -1296347 or 2439404. OLE color: 2439404.
HSL color Cylindrical-coordinate representation of color #EC3825: hue angle of 5.73º 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 #EC3825 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 37 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.07 |
| HSL | 5.73º | 0.84% | 0.54% | - |
| HSV(B) | 5.73º | 0.84% | 0.93% | - |
| XYZ | 36.34 | 20.79 | 3.85 | - |
| YUV | 107.65 | 88.13 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 37 | 0 | 0.76 | 0.84 | 0.07 | 5.73 | 0.84 | 0.54 |
| Hex | EC | 38 | 25 | 0 | 4C | 54 | 7 | 6 | 54 | 36 |
| Octal | 354 | 70 | 45 | 0 | 114 | 124 | 7 | 6 | 124 | 66 |
| Binary | 11101100 | 111000 | 100101 | 0 | 1001100 | 1010100 | 111 | 110 | 1010100 | 110110 |
Color Harmonies of #EC3825
Complementary color
Monochromatic Colors of #EC3825
Black with #EC3825
Text Example
Text Example
White with #EC3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3825; }
p { color: rgb(236,56,37); }
H1.HeaderClassName
{
color: #EC3825;
}
.AnyTagClassName
{
color: #EC3825;
}
</style>
background-color css
<style>
a { background-color: #EC3825; }
a { background-color: rgb(236,56,37); }
div.DivClassName
{
background-color: #EC3825;
}
.BgClassName
{
background-color: #EC3825;
}
</style>
border-color css
<style>
span { border-color: #EC3825; }
span { border-color: rgb(236,56,37); }
td.TdClassName
{
border-color: #EC3825;
}
.TagClassName
{
border-color: #EC3825;
}
</style>