Shades of Scarlet #ED1507
Tints of Scarlet #ED1507
RGB
CMYK
RGB Variations
Color information
#ED1507 (or 0xED1507) is known color: Scarlet. HEX triplet: ED, 15 and 07. RGB value is (237,21,7). Sum of RGB (Red+Green+Blue) = 237+21+7=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1507 is #12EAF8. Grayscale: #545454. Windows color (decimal): -1239801 or 464365. OLE color: 464365.
HSL color Cylindrical-coordinate representation of color #ED1507: hue angle of 3.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED1507 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.07 |
| HSL | 3.65º | 0.94% | 0.48% | - |
| HSV(B) | 3.65º | 0.97% | 0.93% | - |
| XYZ | 35.23 | 18.56 | 1.93 | - |
| YUV | 83.99 | 84.56 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 7 | 0 | 0.91 | 0.97 | 0.07 | 3.65 | 0.94 | 0.48 |
| Hex | ED | 15 | 7 | 0 | 5B | 61 | 7 | 4 | 5E | 30 |
| Octal | 355 | 25 | 7 | 0 | 133 | 141 | 7 | 4 | 136 | 60 |
| Binary | 11101101 | 10101 | 111 | 0 | 1011011 | 1100001 | 111 | 100 | 1011110 | 110000 |
Color Harmonies of #ED1507
Complementary color
Monochromatic Colors of #ED1507
Black with #ED1507
Text Example
Text Example
White with #ED1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1507; }
p { color: rgb(237,21,7); }
H1.HeaderClassName
{
color: #ED1507;
}
.AnyTagClassName
{
color: #ED1507;
}
</style>
background-color css
<style>
a { background-color: #ED1507; }
a { background-color: rgb(237,21,7); }
div.DivClassName
{
background-color: #ED1507;
}
.BgClassName
{
background-color: #ED1507;
}
</style>
border-color css
<style>
span { border-color: #ED1507; }
span { border-color: rgb(237,21,7); }
td.TdClassName
{
border-color: #ED1507;
}
.TagClassName
{
border-color: #ED1507;
}
</style>