Shades of Scarlet #ED2D15
Tints of Scarlet #ED2D15
RGB
CMYK
RGB Variations
Color information
#ED2D15 (or 0xED2D15) is known color: Scarlet. HEX triplet: ED, 2D and 15. RGB value is (237,45,21). Sum of RGB (Red+Green+Blue) = 237+45+21=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D15 is #12D2EA. Grayscale: #636363. Windows color (decimal): -1233643 or 1388013. OLE color: 1388013.
HSL color Cylindrical-coordinate representation of color #ED2D15: hue angle of 6.67º 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 #ED2D15 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 21 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.07 |
| HSL | 6.67º | 0.86% | 0.51% | - |
| HSV(B) | 6.67º | 0.91% | 0.93% | - |
| XYZ | 36 | 19.94 | 2.66 | - |
| YUV | 99.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 21 | 0 | 0.81 | 0.91 | 0.07 | 6.67 | 0.86 | 0.51 |
| Hex | ED | 2D | 15 | 0 | 51 | 5B | 7 | 7 | 56 | 33 |
| Octal | 355 | 55 | 25 | 0 | 121 | 133 | 7 | 7 | 126 | 63 |
| Binary | 11101101 | 101101 | 10101 | 0 | 1010001 | 1011011 | 111 | 111 | 1010110 | 110011 |
Color Harmonies of #ED2D15
Complementary color
Monochromatic Colors of #ED2D15
Black with #ED2D15
Text Example
Text Example
White with #ED2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D15; }
p { color: rgb(237,45,21); }
H1.HeaderClassName
{
color: #ED2D15;
}
.AnyTagClassName
{
color: #ED2D15;
}
</style>
background-color css
<style>
a { background-color: #ED2D15; }
a { background-color: rgb(237,45,21); }
div.DivClassName
{
background-color: #ED2D15;
}
.BgClassName
{
background-color: #ED2D15;
}
</style>
border-color css
<style>
span { border-color: #ED2D15; }
span { border-color: rgb(237,45,21); }
td.TdClassName
{
border-color: #ED2D15;
}
.TagClassName
{
border-color: #ED2D15;
}
</style>