Shades of Cinnabar #EC3B2A
Tints of Cinnabar #EC3B2A
RGB
CMYK
RGB Variations
Color information
#EC3B2A (or 0xEC3B2A) is known color: Cinnabar. HEX triplet: EC, 3B and 2A. RGB value is (236,59,42). Sum of RGB (Red+Green+Blue) = 236+59+42=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B2A is #13C4D5. Grayscale: #6E6E6E. Windows color (decimal): -1295574 or 2767852. OLE color: 2767852.
HSL color Cylindrical-coordinate representation of color #EC3B2A: hue angle of 5.26º 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 #EC3B2A is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 42 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.07 |
| HSL | 5.26º | 0.84% | 0.55% | - |
| HSV(B) | 5.26º | 0.82% | 0.93% | - |
| XYZ | 36.57 | 21.13 | 4.34 | - |
| YUV | 109.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 42 | 0 | 0.75 | 0.82 | 0.07 | 5.26 | 0.84 | 0.55 |
| Hex | EC | 3B | 2A | 0 | 4B | 52 | 7 | 5 | 54 | 37 |
| Octal | 354 | 73 | 52 | 0 | 113 | 122 | 7 | 5 | 124 | 67 |
| Binary | 11101100 | 111011 | 101010 | 0 | 1001011 | 1010010 | 111 | 101 | 1010100 | 110111 |
Color Harmonies of #EC3B2A
Complementary color
Monochromatic Colors of #EC3B2A
Black with #EC3B2A
Text Example
Text Example
White with #EC3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B2A; }
p { color: rgb(236,59,42); }
H1.HeaderClassName
{
color: #EC3B2A;
}
.AnyTagClassName
{
color: #EC3B2A;
}
</style>
background-color css
<style>
a { background-color: #EC3B2A; }
a { background-color: rgb(236,59,42); }
div.DivClassName
{
background-color: #EC3B2A;
}
.BgClassName
{
background-color: #EC3B2A;
}
</style>
border-color css
<style>
span { border-color: #EC3B2A; }
span { border-color: rgb(236,59,42); }
td.TdClassName
{
border-color: #EC3B2A;
}
.TagClassName
{
border-color: #EC3B2A;
}
</style>