Shades of Cinnabar #EC442B
Tints of Cinnabar #EC442B
RGB
CMYK
RGB Variations
Color information
#EC442B (or 0xEC442B) is known color: Cinnabar. HEX triplet: EC, 44 and 2B. RGB value is (236,68,43). Sum of RGB (Red+Green+Blue) = 236+68+43=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC442B is #13BBD4. Grayscale: #737373. Windows color (decimal): -1293269 or 2835692. OLE color: 2835692.
HSL color Cylindrical-coordinate representation of color #EC442B: hue angle of 7.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC442B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 43 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.07 |
| HSL | 7.77º | 0.84% | 0.55% | - |
| HSV(B) | 7.77º | 0.82% | 0.93% | - |
| XYZ | 37.1 | 22.14 | 4.6 | - |
| YUV | 115.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 43 | 0 | 0.71 | 0.82 | 0.07 | 7.77 | 0.84 | 0.55 |
| Hex | EC | 44 | 2B | 0 | 47 | 52 | 7 | 8 | 54 | 37 |
| Octal | 354 | 104 | 53 | 0 | 107 | 122 | 7 | 10 | 124 | 67 |
| Binary | 11101100 | 1000100 | 101011 | 0 | 1000111 | 1010010 | 111 | 1000 | 1010100 | 110111 |
Color Harmonies of #EC442B
Complementary color
Monochromatic Colors of #EC442B
Black with #EC442B
Text Example
Text Example
White with #EC442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC442B; }
p { color: rgb(236,68,43); }
H1.HeaderClassName
{
color: #EC442B;
}
.AnyTagClassName
{
color: #EC442B;
}
</style>
background-color css
<style>
a { background-color: #EC442B; }
a { background-color: rgb(236,68,43); }
div.DivClassName
{
background-color: #EC442B;
}
.BgClassName
{
background-color: #EC442B;
}
</style>
border-color css
<style>
span { border-color: #EC442B; }
span { border-color: rgb(236,68,43); }
td.TdClassName
{
border-color: #EC442B;
}
.TagClassName
{
border-color: #EC442B;
}
</style>