Shades of Scarlet #ED2415
Tints of Scarlet #ED2415
RGB
CMYK
RGB Variations
Color information
#ED2415 (or 0xED2415) is known color: Scarlet. HEX triplet: ED, 24 and 15. RGB value is (237,36,21). Sum of RGB (Red+Green+Blue) = 237+36+21=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2415 is #12DBEA. Grayscale: #5E5E5E. Windows color (decimal): -1235947 or 1385709. OLE color: 1385709.
HSL color Cylindrical-coordinate representation of color #ED2415: hue angle of 4.17º 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 #ED2415 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.07 |
| HSL | 4.17º | 0.86% | 0.51% | - |
| HSV(B) | 4.17º | 0.91% | 0.93% | - |
| XYZ | 35.69 | 19.32 | 2.56 | - |
| YUV | 94.39 | 86.59 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 21 | 0 | 0.85 | 0.91 | 0.07 | 4.17 | 0.86 | 0.51 |
| Hex | ED | 24 | 15 | 0 | 55 | 5B | 7 | 4 | 56 | 33 |
| Octal | 355 | 44 | 25 | 0 | 125 | 133 | 7 | 4 | 126 | 63 |
| Binary | 11101101 | 100100 | 10101 | 0 | 1010101 | 1011011 | 111 | 100 | 1010110 | 110011 |
Color Harmonies of #ED2415
Complementary color
Monochromatic Colors of #ED2415
Black with #ED2415
Text Example
Text Example
White with #ED2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2415; }
p { color: rgb(237,36,21); }
H1.HeaderClassName
{
color: #ED2415;
}
.AnyTagClassName
{
color: #ED2415;
}
</style>
background-color css
<style>
a { background-color: #ED2415; }
a { background-color: rgb(237,36,21); }
div.DivClassName
{
background-color: #ED2415;
}
.BgClassName
{
background-color: #ED2415;
}
</style>
border-color css
<style>
span { border-color: #ED2415; }
span { border-color: rgb(237,36,21); }
td.TdClassName
{
border-color: #ED2415;
}
.TagClassName
{
border-color: #ED2415;
}
</style>