Shades of Cinnabar #EC2D23
Tints of Cinnabar #EC2D23
RGB
CMYK
RGB Variations
Color information
#EC2D23 (or 0xEC2D23) is known color: Cinnabar. HEX triplet: EC, 2D and 23. RGB value is (236,45,35). Sum of RGB (Red+Green+Blue) = 236+45+35=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D23 is #13D2DC. Grayscale: #656565. Windows color (decimal): -1299165 or 2305516. OLE color: 2305516.
HSL color Cylindrical-coordinate representation of color #EC2D23: hue angle of 2.99º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2D23 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 35 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.07 |
| HSL | 2.99º | 0.84% | 0.53% | - |
| HSV(B) | 2.99º | 0.85% | 0.93% | - |
| XYZ | 35.83 | 19.83 | 3.53 | - |
| YUV | 100.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 35 | 0 | 0.81 | 0.85 | 0.07 | 2.99 | 0.84 | 0.53 |
| Hex | EC | 2D | 23 | 0 | 51 | 55 | 7 | 3 | 54 | 35 |
| Octal | 354 | 55 | 43 | 0 | 121 | 125 | 7 | 3 | 124 | 65 |
| Binary | 11101100 | 101101 | 100011 | 0 | 1010001 | 1010101 | 111 | 11 | 1010100 | 110101 |
Color Harmonies of #EC2D23
Complementary color
Monochromatic Colors of #EC2D23
Black with #EC2D23
Text Example
Text Example
White with #EC2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D23; }
p { color: rgb(236,45,35); }
H1.HeaderClassName
{
color: #EC2D23;
}
.AnyTagClassName
{
color: #EC2D23;
}
</style>
background-color css
<style>
a { background-color: #EC2D23; }
a { background-color: rgb(236,45,35); }
div.DivClassName
{
background-color: #EC2D23;
}
.BgClassName
{
background-color: #EC2D23;
}
</style>
border-color css
<style>
span { border-color: #EC2D23; }
span { border-color: rgb(236,45,35); }
td.TdClassName
{
border-color: #EC2D23;
}
.TagClassName
{
border-color: #EC2D23;
}
</style>