Shades of Scarlet #EC260D
Tints of Scarlet #EC260D
RGB
CMYK
RGB Variations
Color information
#EC260D (or 0xEC260D) is known color: Scarlet. HEX triplet: EC, 26 and 0D. RGB value is (236,38,13). Sum of RGB (Red+Green+Blue) = 236+38+13=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC260D is #13D9F2. Grayscale: #5E5E5E. Windows color (decimal): -1300979 or 861932. OLE color: 861932.
HSL color Cylindrical-coordinate representation of color #EC260D: hue angle of 6.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC260D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.07 |
| HSL | 6.73º | 0.9% | 0.49% | - |
| HSV(B) | 6.73º | 0.94% | 0.93% | - |
| XYZ | 35.36 | 19.25 | 2.23 | - |
| YUV | 94.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 13 | 0 | 0.84 | 0.94 | 0.07 | 6.73 | 0.9 | 0.49 |
| Hex | EC | 26 | D | 0 | 54 | 5E | 7 | 7 | 5A | 31 |
| Octal | 354 | 46 | 15 | 0 | 124 | 136 | 7 | 7 | 132 | 61 |
| Binary | 11101100 | 100110 | 1101 | 0 | 1010100 | 1011110 | 111 | 111 | 1011010 | 110001 |
Color Harmonies of #EC260D
Complementary color
Monochromatic Colors of #EC260D
Black with #EC260D
Text Example
Text Example
White with #EC260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC260D; }
p { color: rgb(236,38,13); }
H1.HeaderClassName
{
color: #EC260D;
}
.AnyTagClassName
{
color: #EC260D;
}
</style>
background-color css
<style>
a { background-color: #EC260D; }
a { background-color: rgb(236,38,13); }
div.DivClassName
{
background-color: #EC260D;
}
.BgClassName
{
background-color: #EC260D;
}
</style>
border-color css
<style>
span { border-color: #EC260D; }
span { border-color: rgb(236,38,13); }
td.TdClassName
{
border-color: #EC260D;
}
.TagClassName
{
border-color: #EC260D;
}
</style>