Shades of Scarlet #EC2317
Tints of Scarlet #EC2317
RGB
CMYK
RGB Variations
Color information
#EC2317 (or 0xEC2317) is known color: Scarlet. HEX triplet: EC, 23 and 17. RGB value is (236,35,23). Sum of RGB (Red+Green+Blue) = 236+35+23=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2317 is #13DCE8. Grayscale: #5D5D5D. Windows color (decimal): -1301737 or 1516524. OLE color: 1516524.
HSL color Cylindrical-coordinate representation of color #EC2317: hue angle of 3.38º 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 #EC2317 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 23 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.07 |
| HSL | 3.38º | 0.85% | 0.51% | - |
| HSV(B) | 3.38º | 0.9% | 0.93% | - |
| XYZ | 35.35 | 19.1 | 2.63 | - |
| YUV | 93.73 | 88.09 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 23 | 0 | 0.85 | 0.90 | 0.07 | 3.38 | 0.85 | 0.51 |
| Hex | EC | 23 | 17 | 0 | 55 | 5A | 7 | 3 | 55 | 33 |
| Octal | 354 | 43 | 27 | 0 | 125 | 132 | 7 | 3 | 125 | 63 |
| Binary | 11101100 | 100011 | 10111 | 0 | 1010101 | 1011010 | 111 | 11 | 1010101 | 110011 |
Color Harmonies of #EC2317
Complementary color
Monochromatic Colors of #EC2317
Black with #EC2317
Text Example
Text Example
White with #EC2317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2317; }
p { color: rgb(236,35,23); }
H1.HeaderClassName
{
color: #EC2317;
}
.AnyTagClassName
{
color: #EC2317;
}
</style>
background-color css
<style>
a { background-color: #EC2317; }
a { background-color: rgb(236,35,23); }
div.DivClassName
{
background-color: #EC2317;
}
.BgClassName
{
background-color: #EC2317;
}
</style>
border-color css
<style>
span { border-color: #EC2317; }
span { border-color: rgb(236,35,23); }
td.TdClassName
{
border-color: #EC2317;
}
.TagClassName
{
border-color: #EC2317;
}
</style>