Shades of Scarlet #EC2617
Tints of Scarlet #EC2617
RGB
CMYK
RGB Variations
Color information
#EC2617 (or 0xEC2617) is known color: Scarlet. HEX triplet: EC, 26 and 17. RGB value is (236,38,23). Sum of RGB (Red+Green+Blue) = 236+38+23=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2617 is #13D9E8. Grayscale: #5F5F5F. Windows color (decimal): -1300969 or 1517292. OLE color: 1517292.
HSL color Cylindrical-coordinate representation of color #EC2617: hue angle of 4.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC2617 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 23 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.07 |
| HSL | 4.23º | 0.85% | 0.51% | - |
| HSV(B) | 4.23º | 0.9% | 0.93% | - |
| XYZ | 35.44 | 19.28 | 2.66 | - |
| YUV | 95.49 | 87.1 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 23 | 0 | 0.84 | 0.90 | 0.07 | 4.23 | 0.85 | 0.51 |
| Hex | EC | 26 | 17 | 0 | 54 | 5A | 7 | 4 | 55 | 33 |
| Octal | 354 | 46 | 27 | 0 | 124 | 132 | 7 | 4 | 125 | 63 |
| Binary | 11101100 | 100110 | 10111 | 0 | 1010100 | 1011010 | 111 | 100 | 1010101 | 110011 |
Color Harmonies of #EC2617
Complementary color
Monochromatic Colors of #EC2617
Black with #EC2617
Text Example
Text Example
White with #EC2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2617; }
p { color: rgb(236,38,23); }
H1.HeaderClassName
{
color: #EC2617;
}
.AnyTagClassName
{
color: #EC2617;
}
</style>
background-color css
<style>
a { background-color: #EC2617; }
a { background-color: rgb(236,38,23); }
div.DivClassName
{
background-color: #EC2617;
}
.BgClassName
{
background-color: #EC2617;
}
</style>
border-color css
<style>
span { border-color: #EC2617; }
span { border-color: rgb(236,38,23); }
td.TdClassName
{
border-color: #EC2617;
}
.TagClassName
{
border-color: #EC2617;
}
</style>