Shades of Cinnabar #EC3628
Tints of Cinnabar #EC3628
RGB
CMYK
RGB Variations
Color information
#EC3628 (or 0xEC3628) is known color: Cinnabar. HEX triplet: EC, 36 and 28. RGB value is (236,54,40). Sum of RGB (Red+Green+Blue) = 236+54+40=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3628 is #13C9D7. Grayscale: #6B6B6B. Windows color (decimal): -1296856 or 2635500. OLE color: 2635500.
HSL color Cylindrical-coordinate representation of color #EC3628: hue angle of 4.29º 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 #EC3628 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 40 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.07 |
| HSL | 4.29º | 0.84% | 0.54% | - |
| HSV(B) | 4.29º | 0.83% | 0.93% | - |
| XYZ | 36.29 | 20.62 | 4.08 | - |
| YUV | 106.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 40 | 0 | 0.77 | 0.83 | 0.07 | 4.29 | 0.84 | 0.54 |
| Hex | EC | 36 | 28 | 0 | 4D | 53 | 7 | 4 | 54 | 36 |
| Octal | 354 | 66 | 50 | 0 | 115 | 123 | 7 | 4 | 124 | 66 |
| Binary | 11101100 | 110110 | 101000 | 0 | 1001101 | 1010011 | 111 | 100 | 1010100 | 110110 |
Color Harmonies of #EC3628
Complementary color
Monochromatic Colors of #EC3628
Black with #EC3628
Text Example
Text Example
White with #EC3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3628; }
p { color: rgb(236,54,40); }
H1.HeaderClassName
{
color: #EC3628;
}
.AnyTagClassName
{
color: #EC3628;
}
</style>
background-color css
<style>
a { background-color: #EC3628; }
a { background-color: rgb(236,54,40); }
div.DivClassName
{
background-color: #EC3628;
}
.BgClassName
{
background-color: #EC3628;
}
</style>
border-color css
<style>
span { border-color: #EC3628; }
span { border-color: rgb(236,54,40); }
td.TdClassName
{
border-color: #EC3628;
}
.TagClassName
{
border-color: #EC3628;
}
</style>