Shades of Scarlet #EC2F0C
Tints of Scarlet #EC2F0C
RGB
CMYK
RGB Variations
Color information
#EC2F0C (or 0xEC2F0C) is known color: Scarlet. HEX triplet: EC, 2F and 0C. RGB value is (236,47,12). Sum of RGB (Red+Green+Blue) = 236+47+12=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F0C is #13D0F3. Grayscale: #636363. Windows color (decimal): -1298676 or 798700. OLE color: 798700.
HSL color Cylindrical-coordinate representation of color #EC2F0C: hue angle of 9.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC2F0C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.07 |
| HSL | 9.38º | 0.9% | 0.49% | - |
| HSV(B) | 9.38º | 0.95% | 0.93% | - |
| XYZ | 35.67 | 19.89 | 2.31 | - |
| YUV | 99.52 | 78.62 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 12 | 0 | 0.80 | 0.95 | 0.07 | 9.38 | 0.9 | 0.49 |
| Hex | EC | 2F | C | 0 | 50 | 5F | 7 | 9 | 5A | 31 |
| Octal | 354 | 57 | 14 | 0 | 120 | 137 | 7 | 11 | 132 | 61 |
| Binary | 11101100 | 101111 | 1100 | 0 | 1010000 | 1011111 | 111 | 1001 | 1011010 | 110001 |
Color Harmonies of #EC2F0C
Complementary color
Monochromatic Colors of #EC2F0C
Black with #EC2F0C
Text Example
Text Example
White with #EC2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F0C; }
p { color: rgb(236,47,12); }
H1.HeaderClassName
{
color: #EC2F0C;
}
.AnyTagClassName
{
color: #EC2F0C;
}
</style>
background-color css
<style>
a { background-color: #EC2F0C; }
a { background-color: rgb(236,47,12); }
div.DivClassName
{
background-color: #EC2F0C;
}
.BgClassName
{
background-color: #EC2F0C;
}
</style>
border-color css
<style>
span { border-color: #EC2F0C; }
span { border-color: rgb(236,47,12); }
td.TdClassName
{
border-color: #EC2F0C;
}
.TagClassName
{
border-color: #EC2F0C;
}
</style>