Shades of Cinnabar #EC4B2C
Tints of Cinnabar #EC4B2C
RGB
CMYK
RGB Variations
Color information
#EC4B2C (or 0xEC4B2C) is known color: Cinnabar. HEX triplet: EC, 4B and 2C. RGB value is (236,75,44). Sum of RGB (Red+Green+Blue) = 236+75+44=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B2C is #13B4D3. Grayscale: #777777. Windows color (decimal): -1291476 or 2903020. OLE color: 2903020.
HSL color Cylindrical-coordinate representation of color #EC4B2C: hue angle of 9.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC4B2C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 44 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.07 |
| HSL | 9.69º | 0.83% | 0.55% | - |
| HSV(B) | 9.69º | 0.81% | 0.93% | - |
| XYZ | 37.56 | 23.05 | 4.85 | - |
| YUV | 119.61 | 85.34 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 44 | 0 | 0.68 | 0.81 | 0.07 | 9.69 | 0.83 | 0.55 |
| Hex | EC | 4B | 2C | 0 | 44 | 51 | 7 | A | 53 | 37 |
| Octal | 354 | 113 | 54 | 0 | 104 | 121 | 7 | 12 | 123 | 67 |
| Binary | 11101100 | 1001011 | 101100 | 0 | 1000100 | 1010001 | 111 | 1010 | 1010011 | 110111 |
Color Harmonies of #EC4B2C
Complementary color
Monochromatic Colors of #EC4B2C
Black with #EC4B2C
Text Example
Text Example
White with #EC4B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B2C; }
p { color: rgb(236,75,44); }
H1.HeaderClassName
{
color: #EC4B2C;
}
.AnyTagClassName
{
color: #EC4B2C;
}
</style>
background-color css
<style>
a { background-color: #EC4B2C; }
a { background-color: rgb(236,75,44); }
div.DivClassName
{
background-color: #EC4B2C;
}
.BgClassName
{
background-color: #EC4B2C;
}
</style>
border-color css
<style>
span { border-color: #EC4B2C; }
span { border-color: rgb(236,75,44); }
td.TdClassName
{
border-color: #EC4B2C;
}
.TagClassName
{
border-color: #EC4B2C;
}
</style>