Shades of Cinnabar #EC3F38
Tints of Cinnabar #EC3F38
RGB
CMYK
RGB Variations
Color information
#EC3F38 (or 0xEC3F38) is known color: Cinnabar. HEX triplet: EC, 3F and 38. RGB value is (236,63,56). Sum of RGB (Red+Green+Blue) = 236+63+56=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F38 is #13C0C7. Grayscale: #727272. Windows color (decimal): -1294536 or 3686380. OLE color: 3686380.
HSL color Cylindrical-coordinate representation of color #EC3F38: hue angle of 2.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3F38 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 56 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.07 |
| HSL | 2.33º | 0.83% | 0.57% | - |
| HSV(B) | 2.33º | 0.76% | 0.93% | - |
| XYZ | 37.08 | 21.67 | 5.97 | - |
| YUV | 113.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 56 | 0 | 0.73 | 0.76 | 0.07 | 2.33 | 0.83 | 0.57 |
| Hex | EC | 3F | 38 | 0 | 49 | 4C | 7 | 2 | 53 | 39 |
| Octal | 354 | 77 | 70 | 0 | 111 | 114 | 7 | 2 | 123 | 71 |
| Binary | 11101100 | 111111 | 111000 | 0 | 1001001 | 1001100 | 111 | 10 | 1010011 | 111001 |
Color Harmonies of #EC3F38
Complementary color
Monochromatic Colors of #EC3F38
Black with #EC3F38
Text Example
Text Example
White with #EC3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F38; }
p { color: rgb(236,63,56); }
H1.HeaderClassName
{
color: #EC3F38;
}
.AnyTagClassName
{
color: #EC3F38;
}
</style>
background-color css
<style>
a { background-color: #EC3F38; }
a { background-color: rgb(236,63,56); }
div.DivClassName
{
background-color: #EC3F38;
}
.BgClassName
{
background-color: #EC3F38;
}
</style>
border-color css
<style>
span { border-color: #EC3F38; }
span { border-color: rgb(236,63,56); }
td.TdClassName
{
border-color: #EC3F38;
}
.TagClassName
{
border-color: #EC3F38;
}
</style>