Shades of Scarlet #EC2607
Tints of Scarlet #EC2607
RGB
CMYK
RGB Variations
Color information
#EC2607 (or 0xEC2607) is known color: Scarlet. HEX triplet: EC, 26 and 07. RGB value is (236,38,7). Sum of RGB (Red+Green+Blue) = 236+38+7=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2607 is #13D9F8. Grayscale: #5D5D5D. Windows color (decimal): -1300985 or 468716. OLE color: 468716.
HSL color Cylindrical-coordinate representation of color #EC2607: hue angle of 8.12º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2607 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.07 |
| HSL | 8.12º | 0.94% | 0.48% | - |
| HSV(B) | 8.12º | 0.97% | 0.93% | - |
| XYZ | 35.32 | 19.23 | 2.05 | - |
| YUV | 93.67 | 79.1 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 7 | 0 | 0.84 | 0.97 | 0.07 | 8.12 | 0.94 | 0.48 |
| Hex | EC | 26 | 7 | 0 | 54 | 61 | 7 | 8 | 5E | 30 |
| Octal | 354 | 46 | 7 | 0 | 124 | 141 | 7 | 10 | 136 | 60 |
| Binary | 11101100 | 100110 | 111 | 0 | 1010100 | 1100001 | 111 | 1000 | 1011110 | 110000 |
Color Harmonies of #EC2607
Complementary color
Monochromatic Colors of #EC2607
Black with #EC2607
Text Example
Text Example
White with #EC2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2607; }
p { color: rgb(236,38,7); }
H1.HeaderClassName
{
color: #EC2607;
}
.AnyTagClassName
{
color: #EC2607;
}
</style>
background-color css
<style>
a { background-color: #EC2607; }
a { background-color: rgb(236,38,7); }
div.DivClassName
{
background-color: #EC2607;
}
.BgClassName
{
background-color: #EC2607;
}
</style>
border-color css
<style>
span { border-color: #EC2607; }
span { border-color: rgb(236,38,7); }
td.TdClassName
{
border-color: #EC2607;
}
.TagClassName
{
border-color: #EC2607;
}
</style>