Shades of Scarlet #ED2510
Tints of Scarlet #ED2510
RGB
CMYK
RGB Variations
Color information
#ED2510 (or 0xED2510) is known color: Scarlet. HEX triplet: ED, 25 and 10. RGB value is (237,37,16). Sum of RGB (Red+Green+Blue) = 237+37+16=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2510 is #12DAEF. Grayscale: #5E5E5E. Windows color (decimal): -1235696 or 1058285. OLE color: 1058285.
HSL color Cylindrical-coordinate representation of color #ED2510: hue angle of 5.7º 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 #ED2510 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.07 |
| HSL | 5.7º | 0.87% | 0.5% | - |
| HSV(B) | 5.7º | 0.93% | 0.93% | - |
| XYZ | 35.68 | 19.37 | 2.35 | - |
| YUV | 94.41 | 83.76 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 16 | 0 | 0.84 | 0.93 | 0.07 | 5.7 | 0.87 | 0.5 |
| Hex | ED | 25 | 10 | 0 | 54 | 5D | 7 | 6 | 57 | 32 |
| Octal | 355 | 45 | 20 | 0 | 124 | 135 | 7 | 6 | 127 | 62 |
| Binary | 11101101 | 100101 | 10000 | 0 | 1010100 | 1011101 | 111 | 110 | 1010111 | 110010 |
Color Harmonies of #ED2510
Complementary color
Monochromatic Colors of #ED2510
Black with #ED2510
Text Example
Text Example
White with #ED2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2510; }
p { color: rgb(237,37,16); }
H1.HeaderClassName
{
color: #ED2510;
}
.AnyTagClassName
{
color: #ED2510;
}
</style>
background-color css
<style>
a { background-color: #ED2510; }
a { background-color: rgb(237,37,16); }
div.DivClassName
{
background-color: #ED2510;
}
.BgClassName
{
background-color: #ED2510;
}
</style>
border-color css
<style>
span { border-color: #ED2510; }
span { border-color: rgb(237,37,16); }
td.TdClassName
{
border-color: #ED2510;
}
.TagClassName
{
border-color: #ED2510;
}
</style>