Shades of Cinnabar #EC3F2B
Tints of Cinnabar #EC3F2B
RGB
CMYK
RGB Variations
Color information
#EC3F2B (or 0xEC3F2B) is known color: Cinnabar. HEX triplet: EC, 3F and 2B. RGB value is (236,63,43). Sum of RGB (Red+Green+Blue) = 236+63+43=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F2B is #13C0D4. Grayscale: #707070. Windows color (decimal): -1294549 or 2834412. OLE color: 2834412.
HSL color Cylindrical-coordinate representation of color #EC3F2B: hue angle of 6.22º 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 #EC3F2B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 43 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.22º | 0.84% | 0.55% | - |
| HSV(B) | 6.22º | 0.82% | 0.93% | - |
| XYZ | 36.81 | 21.56 | 4.51 | - |
| YUV | 112.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 43 | 0 | 0.73 | 0.82 | 0.07 | 6.22 | 0.84 | 0.55 |
| Hex | EC | 3F | 2B | 0 | 49 | 52 | 7 | 6 | 54 | 37 |
| Octal | 354 | 77 | 53 | 0 | 111 | 122 | 7 | 6 | 124 | 67 |
| Binary | 11101100 | 111111 | 101011 | 0 | 1001001 | 1010010 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #EC3F2B
Complementary color
Monochromatic Colors of #EC3F2B
Black with #EC3F2B
Text Example
Text Example
White with #EC3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F2B; }
p { color: rgb(236,63,43); }
H1.HeaderClassName
{
color: #EC3F2B;
}
.AnyTagClassName
{
color: #EC3F2B;
}
</style>
background-color css
<style>
a { background-color: #EC3F2B; }
a { background-color: rgb(236,63,43); }
div.DivClassName
{
background-color: #EC3F2B;
}
.BgClassName
{
background-color: #EC3F2B;
}
</style>
border-color css
<style>
span { border-color: #EC3F2B; }
span { border-color: rgb(236,63,43); }
td.TdClassName
{
border-color: #EC3F2B;
}
.TagClassName
{
border-color: #EC3F2B;
}
</style>