Shades of Cinnabar #EC2F25
Tints of Cinnabar #EC2F25
RGB
CMYK
RGB Variations
Color information
#EC2F25 (or 0xEC2F25) is known color: Cinnabar. HEX triplet: EC, 2F and 25. RGB value is (236,47,37). Sum of RGB (Red+Green+Blue) = 236+47+37=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F25 is #13D0DA. Grayscale: #666666. Windows color (decimal): -1298651 or 2437100. OLE color: 2437100.
HSL color Cylindrical-coordinate representation of color #EC2F25: hue angle of 3.02º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2F25 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 37 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.07 |
| HSL | 3.02º | 0.84% | 0.54% | - |
| HSV(B) | 3.02º | 0.84% | 0.93% | - |
| XYZ | 35.94 | 20 | 3.72 | - |
| YUV | 102.37 | 91.12 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 37 | 0 | 0.80 | 0.84 | 0.07 | 3.02 | 0.84 | 0.54 |
| Hex | EC | 2F | 25 | 0 | 50 | 54 | 7 | 3 | 54 | 36 |
| Octal | 354 | 57 | 45 | 0 | 120 | 124 | 7 | 3 | 124 | 66 |
| Binary | 11101100 | 101111 | 100101 | 0 | 1010000 | 1010100 | 111 | 11 | 1010100 | 110110 |
Color Harmonies of #EC2F25
Complementary color
Monochromatic Colors of #EC2F25
Black with #EC2F25
Text Example
Text Example
White with #EC2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F25; }
p { color: rgb(236,47,37); }
H1.HeaderClassName
{
color: #EC2F25;
}
.AnyTagClassName
{
color: #EC2F25;
}
</style>
background-color css
<style>
a { background-color: #EC2F25; }
a { background-color: rgb(236,47,37); }
div.DivClassName
{
background-color: #EC2F25;
}
.BgClassName
{
background-color: #EC2F25;
}
</style>
border-color css
<style>
span { border-color: #EC2F25; }
span { border-color: rgb(236,47,37); }
td.TdClassName
{
border-color: #EC2F25;
}
.TagClassName
{
border-color: #EC2F25;
}
</style>