Shades of Cinnabar #EC3823
Tints of Cinnabar #EC3823
RGB
CMYK
RGB Variations
Color information
#EC3823 (or 0xEC3823) is known color: Cinnabar. HEX triplet: EC, 38 and 23. RGB value is (236,56,35). Sum of RGB (Red+Green+Blue) = 236+56+35=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3823 is #13C7DC. Grayscale: #6B6B6B. Windows color (decimal): -1296349 or 2308332. OLE color: 2308332.
HSL color Cylindrical-coordinate representation of color #EC3823: hue angle of 6.27º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3823 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 35 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.07 |
| HSL | 6.27º | 0.84% | 0.53% | - |
| HSV(B) | 6.27º | 0.85% | 0.93% | - |
| XYZ | 36.31 | 20.78 | 3.69 | - |
| YUV | 107.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 35 | 0 | 0.76 | 0.85 | 0.07 | 6.27 | 0.84 | 0.53 |
| Hex | EC | 38 | 23 | 0 | 4C | 55 | 7 | 6 | 54 | 35 |
| Octal | 354 | 70 | 43 | 0 | 114 | 125 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 111000 | 100011 | 0 | 1001100 | 1010101 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3823
Complementary color
Monochromatic Colors of #EC3823
Black with #EC3823
Text Example
Text Example
White with #EC3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3823; }
p { color: rgb(236,56,35); }
H1.HeaderClassName
{
color: #EC3823;
}
.AnyTagClassName
{
color: #EC3823;
}
</style>
background-color css
<style>
a { background-color: #EC3823; }
a { background-color: rgb(236,56,35); }
div.DivClassName
{
background-color: #EC3823;
}
.BgClassName
{
background-color: #EC3823;
}
</style>
border-color css
<style>
span { border-color: #EC3823; }
span { border-color: rgb(236,56,35); }
td.TdClassName
{
border-color: #EC3823;
}
.TagClassName
{
border-color: #EC3823;
}
</style>