Shades of Cinnabar #EC322B
Tints of Cinnabar #EC322B
RGB
CMYK
RGB Variations
Color information
#EC322B (or 0xEC322B) is known color: Cinnabar. HEX triplet: EC, 32 and 2B. RGB value is (236,50,43). Sum of RGB (Red+Green+Blue) = 236+50+43=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC322B is #13CDD4. Grayscale: #696969. Windows color (decimal): -1297877 or 2831084. OLE color: 2831084.
HSL color Cylindrical-coordinate representation of color #EC322B: hue angle of 2.18º 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 #EC322B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 43 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.07 |
| HSL | 2.18º | 0.84% | 0.55% | - |
| HSV(B) | 2.18º | 0.82% | 0.93% | - |
| XYZ | 36.17 | 20.29 | 4.3 | - |
| YUV | 104.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 43 | 0 | 0.79 | 0.82 | 0.07 | 2.18 | 0.84 | 0.55 |
| Hex | EC | 32 | 2B | 0 | 4F | 52 | 7 | 2 | 54 | 37 |
| Octal | 354 | 62 | 53 | 0 | 117 | 122 | 7 | 2 | 124 | 67 |
| Binary | 11101100 | 110010 | 101011 | 0 | 1001111 | 1010010 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #EC322B
Complementary color
Monochromatic Colors of #EC322B
Black with #EC322B
Text Example
Text Example
White with #EC322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC322B; }
p { color: rgb(236,50,43); }
H1.HeaderClassName
{
color: #EC322B;
}
.AnyTagClassName
{
color: #EC322B;
}
</style>
background-color css
<style>
a { background-color: #EC322B; }
a { background-color: rgb(236,50,43); }
div.DivClassName
{
background-color: #EC322B;
}
.BgClassName
{
background-color: #EC322B;
}
</style>
border-color css
<style>
span { border-color: #EC322B; }
span { border-color: rgb(236,50,43); }
td.TdClassName
{
border-color: #EC322B;
}
.TagClassName
{
border-color: #EC322B;
}
</style>