Shades of Cinnabar #EC3827
Tints of Cinnabar #EC3827
RGB
CMYK
RGB Variations
Color information
#EC3827 (or 0xEC3827) is known color: Cinnabar. HEX triplet: EC, 38 and 27. RGB value is (236,56,39). Sum of RGB (Red+Green+Blue) = 236+56+39=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3827 is #13C7D8. Grayscale: #6C6C6C. Windows color (decimal): -1296345 or 2570476. OLE color: 2570476.
HSL color Cylindrical-coordinate representation of color #EC3827: hue angle of 5.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC3827 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 39 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.07 |
| HSL | 5.18º | 0.84% | 0.54% | - |
| HSV(B) | 5.18º | 0.83% | 0.93% | - |
| XYZ | 36.37 | 20.81 | 4.02 | - |
| YUV | 107.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 39 | 0 | 0.76 | 0.83 | 0.07 | 5.18 | 0.84 | 0.54 |
| Hex | EC | 38 | 27 | 0 | 4C | 53 | 7 | 5 | 54 | 36 |
| Octal | 354 | 70 | 47 | 0 | 114 | 123 | 7 | 5 | 124 | 66 |
| Binary | 11101100 | 111000 | 100111 | 0 | 1001100 | 1010011 | 111 | 101 | 1010100 | 110110 |
Color Harmonies of #EC3827
Complementary color
Monochromatic Colors of #EC3827
Black with #EC3827
Text Example
Text Example
White with #EC3827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3827; }
p { color: rgb(236,56,39); }
H1.HeaderClassName
{
color: #EC3827;
}
.AnyTagClassName
{
color: #EC3827;
}
</style>
background-color css
<style>
a { background-color: #EC3827; }
a { background-color: rgb(236,56,39); }
div.DivClassName
{
background-color: #EC3827;
}
.BgClassName
{
background-color: #EC3827;
}
</style>
border-color css
<style>
span { border-color: #EC3827; }
span { border-color: rgb(236,56,39); }
td.TdClassName
{
border-color: #EC3827;
}
.TagClassName
{
border-color: #EC3827;
}
</style>