Shades of Scarlet #ED3510
Tints of Scarlet #ED3510
RGB
CMYK
RGB Variations
Color information
#ED3510 (or 0xED3510) is known color: Scarlet. HEX triplet: ED, 35 and 10. RGB value is (237,53,16). Sum of RGB (Red+Green+Blue) = 237+53+16=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3510 is #12CAEF. Grayscale: #686868. Windows color (decimal): -1231600 or 1062381. OLE color: 1062381.
HSL color Cylindrical-coordinate representation of color #ED3510: hue angle of 10.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED3510 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.07 |
| HSL | 10.05º | 0.87% | 0.5% | - |
| HSV(B) | 10.05º | 0.93% | 0.93% | - |
| XYZ | 36.29 | 20.59 | 2.55 | - |
| YUV | 103.8 | 78.46 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 16 | 0 | 0.78 | 0.93 | 0.07 | 10.05 | 0.87 | 0.5 |
| Hex | ED | 35 | 10 | 0 | 4E | 5D | 7 | A | 57 | 32 |
| Octal | 355 | 65 | 20 | 0 | 116 | 135 | 7 | 12 | 127 | 62 |
| Binary | 11101101 | 110101 | 10000 | 0 | 1001110 | 1011101 | 111 | 1010 | 1010111 | 110010 |
Color Harmonies of #ED3510
Complementary color
Monochromatic Colors of #ED3510
Black with #ED3510
Text Example
Text Example
White with #ED3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3510; }
p { color: rgb(237,53,16); }
H1.HeaderClassName
{
color: #ED3510;
}
.AnyTagClassName
{
color: #ED3510;
}
</style>
background-color css
<style>
a { background-color: #ED3510; }
a { background-color: rgb(237,53,16); }
div.DivClassName
{
background-color: #ED3510;
}
.BgClassName
{
background-color: #ED3510;
}
</style>
border-color css
<style>
span { border-color: #ED3510; }
span { border-color: rgb(237,53,16); }
td.TdClassName
{
border-color: #ED3510;
}
.TagClassName
{
border-color: #ED3510;
}
</style>