Shades of Scarlet #EC2605
Tints of Scarlet #EC2605
RGB
CMYK
RGB Variations
Color information
#EC2605 (or 0xEC2605) is known color: Scarlet. HEX triplet: EC, 26 and 05. RGB value is (236,38,5). Sum of RGB (Red+Green+Blue) = 236+38+5=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2605 is #13D9FA. Grayscale: #5D5D5D. Windows color (decimal): -1300987 or 337644. OLE color: 337644.
HSL color Cylindrical-coordinate representation of color #EC2605: hue angle of 8.57º 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 #EC2605 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.07 |
| HSL | 8.57º | 0.96% | 0.47% | - |
| HSV(B) | 8.57º | 0.98% | 0.93% | - |
| XYZ | 35.31 | 19.23 | 1.99 | - |
| YUV | 93.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 5 | 0 | 0.84 | 0.98 | 0.07 | 8.57 | 0.96 | 0.47 |
| Hex | EC | 26 | 5 | 0 | 54 | 62 | 7 | 9 | 60 | 2F |
| Octal | 354 | 46 | 5 | 0 | 124 | 142 | 7 | 11 | 140 | 57 |
| Binary | 11101100 | 100110 | 101 | 0 | 1010100 | 1100010 | 111 | 1001 | 1100000 | 101111 |
Color Harmonies of #EC2605
Complementary color
Monochromatic Colors of #EC2605
Black with #EC2605
Text Example
Text Example
White with #EC2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2605; }
p { color: rgb(236,38,5); }
H1.HeaderClassName
{
color: #EC2605;
}
.AnyTagClassName
{
color: #EC2605;
}
</style>
background-color css
<style>
a { background-color: #EC2605; }
a { background-color: rgb(236,38,5); }
div.DivClassName
{
background-color: #EC2605;
}
.BgClassName
{
background-color: #EC2605;
}
</style>
border-color css
<style>
span { border-color: #EC2605; }
span { border-color: rgb(236,38,5); }
td.TdClassName
{
border-color: #EC2605;
}
.TagClassName
{
border-color: #EC2605;
}
</style>