Shades of Scarlet #EC2705
Tints of Scarlet #EC2705
RGB
CMYK
RGB Variations
Color information
#EC2705 (or 0xEC2705) is known color: Scarlet. HEX triplet: EC, 27 and 05. RGB value is (236,39,5). Sum of RGB (Red+Green+Blue) = 236+39+5=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2705 is #13D8FA. Grayscale: #5E5E5E. Windows color (decimal): -1300731 or 337900. OLE color: 337900.
HSL color Cylindrical-coordinate representation of color #EC2705: hue angle of 8.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC2705 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.07 |
| HSL | 8.83º | 0.96% | 0.47% | - |
| HSV(B) | 8.83º | 0.98% | 0.93% | - |
| XYZ | 35.34 | 19.29 | 2 | - |
| YUV | 94.03 | 77.77 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 5 | 0 | 0.83 | 0.98 | 0.07 | 8.83 | 0.96 | 0.47 |
| Hex | EC | 27 | 5 | 0 | 53 | 62 | 7 | 9 | 60 | 2F |
| Octal | 354 | 47 | 5 | 0 | 123 | 142 | 7 | 11 | 140 | 57 |
| Binary | 11101100 | 100111 | 101 | 0 | 1010011 | 1100010 | 111 | 1001 | 1100000 | 101111 |
Color Harmonies of #EC2705
Complementary color
Monochromatic Colors of #EC2705
Black with #EC2705
Text Example
Text Example
White with #EC2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2705; }
p { color: rgb(236,39,5); }
H1.HeaderClassName
{
color: #EC2705;
}
.AnyTagClassName
{
color: #EC2705;
}
</style>
background-color css
<style>
a { background-color: #EC2705; }
a { background-color: rgb(236,39,5); }
div.DivClassName
{
background-color: #EC2705;
}
.BgClassName
{
background-color: #EC2705;
}
</style>
border-color css
<style>
span { border-color: #EC2705; }
span { border-color: rgb(236,39,5); }
td.TdClassName
{
border-color: #EC2705;
}
.TagClassName
{
border-color: #EC2705;
}
</style>