Shades of Scarlet #ED2515
Tints of Scarlet #ED2515
RGB
CMYK
RGB Variations
Color information
#ED2515 (or 0xED2515) is known color: Scarlet. HEX triplet: ED, 25 and 15. RGB value is (237,37,21). Sum of RGB (Red+Green+Blue) = 237+37+21=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2515 is #12DAEA. Grayscale: #5F5F5F. Windows color (decimal): -1235691 or 1385965. OLE color: 1385965.
HSL color Cylindrical-coordinate representation of color #ED2515: hue angle of 4.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED2515 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.07 |
| HSL | 4.44º | 0.86% | 0.51% | - |
| HSV(B) | 4.44º | 0.91% | 0.93% | - |
| XYZ | 35.72 | 19.38 | 2.57 | - |
| YUV | 94.98 | 86.26 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 21 | 0 | 0.84 | 0.91 | 0.07 | 4.44 | 0.86 | 0.51 |
| Hex | ED | 25 | 15 | 0 | 54 | 5B | 7 | 4 | 56 | 33 |
| Octal | 355 | 45 | 25 | 0 | 124 | 133 | 7 | 4 | 126 | 63 |
| Binary | 11101101 | 100101 | 10101 | 0 | 1010100 | 1011011 | 111 | 100 | 1010110 | 110011 |
Color Harmonies of #ED2515
Complementary color
Monochromatic Colors of #ED2515
Black with #ED2515
Text Example
Text Example
White with #ED2515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2515; }
p { color: rgb(237,37,21); }
H1.HeaderClassName
{
color: #ED2515;
}
.AnyTagClassName
{
color: #ED2515;
}
</style>
background-color css
<style>
a { background-color: #ED2515; }
a { background-color: rgb(237,37,21); }
div.DivClassName
{
background-color: #ED2515;
}
.BgClassName
{
background-color: #ED2515;
}
</style>
border-color css
<style>
span { border-color: #ED2515; }
span { border-color: rgb(237,37,21); }
td.TdClassName
{
border-color: #ED2515;
}
.TagClassName
{
border-color: #ED2515;
}
</style>