Shades of Cinnabar #EC2F23
Tints of Cinnabar #EC2F23
RGB
CMYK
RGB Variations
Color information
#EC2F23 (or 0xEC2F23) is known color: Cinnabar. HEX triplet: EC, 2F and 23. RGB value is (236,47,35). Sum of RGB (Red+Green+Blue) = 236+47+35=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F23 is #13D0DC. Grayscale: #666666. Windows color (decimal): -1298653 or 2306028. OLE color: 2306028.
HSL color Cylindrical-coordinate representation of color #EC2F23: hue angle of 3.58º 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 #EC2F23 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.07 |
| HSL | 3.58º | 0.84% | 0.53% | - |
| HSV(B) | 3.58º | 0.85% | 0.93% | - |
| XYZ | 35.91 | 19.99 | 3.56 | - |
| YUV | 102.14 | 90.12 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 35 | 0 | 0.80 | 0.85 | 0.07 | 3.58 | 0.84 | 0.53 |
| Hex | EC | 2F | 23 | 0 | 50 | 55 | 7 | 4 | 54 | 35 |
| Octal | 354 | 57 | 43 | 0 | 120 | 125 | 7 | 4 | 124 | 65 |
| Binary | 11101100 | 101111 | 100011 | 0 | 1010000 | 1010101 | 111 | 100 | 1010100 | 110101 |
Color Harmonies of #EC2F23
Complementary color
Monochromatic Colors of #EC2F23
Black with #EC2F23
Text Example
Text Example
White with #EC2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F23; }
p { color: rgb(236,47,35); }
H1.HeaderClassName
{
color: #EC2F23;
}
.AnyTagClassName
{
color: #EC2F23;
}
</style>
background-color css
<style>
a { background-color: #EC2F23; }
a { background-color: rgb(236,47,35); }
div.DivClassName
{
background-color: #EC2F23;
}
.BgClassName
{
background-color: #EC2F23;
}
</style>
border-color css
<style>
span { border-color: #EC2F23; }
span { border-color: rgb(236,47,35); }
td.TdClassName
{
border-color: #EC2F23;
}
.TagClassName
{
border-color: #EC2F23;
}
</style>