Shades of Cinnabar #EC2B27
Tints of Cinnabar #EC2B27
RGB
CMYK
RGB Variations
Color information
#EC2B27 (or 0xEC2B27) is known color: Cinnabar. HEX triplet: EC, 2B and 27. RGB value is (236,43,39). Sum of RGB (Red+Green+Blue) = 236+43+39=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B27 is #13D4D8. Grayscale: #646464. Windows color (decimal): -1299673 or 2567148. OLE color: 2567148.
HSL color Cylindrical-coordinate representation of color #EC2B27: hue angle of 1.22º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2B27 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 39 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.07 |
| HSL | 1.22º | 0.84% | 0.54% | - |
| HSV(B) | 1.22º | 0.83% | 0.93% | - |
| XYZ | 35.82 | 19.71 | 3.84 | - |
| YUV | 100.25 | 93.44 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 39 | 0 | 0.82 | 0.83 | 0.07 | 1.22 | 0.84 | 0.54 |
| Hex | EC | 2B | 27 | 0 | 52 | 53 | 7 | 1 | 54 | 36 |
| Octal | 354 | 53 | 47 | 0 | 122 | 123 | 7 | 1 | 124 | 66 |
| Binary | 11101100 | 101011 | 100111 | 0 | 1010010 | 1010011 | 111 | 1 | 1010100 | 110110 |
Color Harmonies of #EC2B27
Complementary color
Monochromatic Colors of #EC2B27
Black with #EC2B27
Text Example
Text Example
White with #EC2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B27; }
p { color: rgb(236,43,39); }
H1.HeaderClassName
{
color: #EC2B27;
}
.AnyTagClassName
{
color: #EC2B27;
}
</style>
background-color css
<style>
a { background-color: #EC2B27; }
a { background-color: rgb(236,43,39); }
div.DivClassName
{
background-color: #EC2B27;
}
.BgClassName
{
background-color: #EC2B27;
}
</style>
border-color css
<style>
span { border-color: #EC2B27; }
span { border-color: rgb(236,43,39); }
td.TdClassName
{
border-color: #EC2B27;
}
.TagClassName
{
border-color: #EC2B27;
}
</style>