Shades of Scarlet #EC2F09
Tints of Scarlet #EC2F09
RGB
CMYK
RGB Variations
Color information
#EC2F09 (or 0xEC2F09) is known color: Scarlet. HEX triplet: EC, 2F and 09. RGB value is (236,47,9). Sum of RGB (Red+Green+Blue) = 236+47+9=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F09 is #13D0F6. Grayscale: #636363. Windows color (decimal): -1298679 or 602092. OLE color: 602092.
HSL color Cylindrical-coordinate representation of color #EC2F09: hue angle of 10.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC2F09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.07 |
| HSL | 10.04º | 0.93% | 0.48% | - |
| HSV(B) | 10.04º | 0.96% | 0.93% | - |
| XYZ | 35.66 | 19.89 | 2.22 | - |
| YUV | 99.18 | 77.12 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 9 | 0 | 0.80 | 0.96 | 0.07 | 10.04 | 0.93 | 0.48 |
| Hex | EC | 2F | 9 | 0 | 50 | 60 | 7 | A | 5D | 30 |
| Octal | 354 | 57 | 11 | 0 | 120 | 140 | 7 | 12 | 135 | 60 |
| Binary | 11101100 | 101111 | 1001 | 0 | 1010000 | 1100000 | 111 | 1010 | 1011101 | 110000 |
Color Harmonies of #EC2F09
Complementary color
Monochromatic Colors of #EC2F09
Black with #EC2F09
Text Example
Text Example
White with #EC2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F09; }
p { color: rgb(236,47,9); }
H1.HeaderClassName
{
color: #EC2F09;
}
.AnyTagClassName
{
color: #EC2F09;
}
</style>
background-color css
<style>
a { background-color: #EC2F09; }
a { background-color: rgb(236,47,9); }
div.DivClassName
{
background-color: #EC2F09;
}
.BgClassName
{
background-color: #EC2F09;
}
</style>
border-color css
<style>
span { border-color: #EC2F09; }
span { border-color: rgb(236,47,9); }
td.TdClassName
{
border-color: #EC2F09;
}
.TagClassName
{
border-color: #EC2F09;
}
</style>