Shades of Scarlet #ED1307
Tints of Scarlet #ED1307
RGB
CMYK
RGB Variations
Color information
#ED1307 (or 0xED1307) is known color: Scarlet. HEX triplet: ED, 13 and 07. RGB value is (237,19,7). Sum of RGB (Red+Green+Blue) = 237+19+7=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1307 is #12ECF8. Grayscale: #535353. Windows color (decimal): -1240313 or 463853. OLE color: 463853.
HSL color Cylindrical-coordinate representation of color #ED1307: hue angle of 3.13º 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 #ED1307 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 3.13º | 0.94% | 0.48% | - |
| HSV(B) | 3.13º | 0.97% | 0.93% | - |
| XYZ | 35.2 | 18.49 | 1.91 | - |
| YUV | 82.81 | 85.22 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 7 | 0 | 0.92 | 0.97 | 0.07 | 3.13 | 0.94 | 0.48 |
| Hex | ED | 13 | 7 | 0 | 5C | 61 | 7 | 3 | 5E | 30 |
| Octal | 355 | 23 | 7 | 0 | 134 | 141 | 7 | 3 | 136 | 60 |
| Binary | 11101101 | 10011 | 111 | 0 | 1011100 | 1100001 | 111 | 11 | 1011110 | 110000 |
Color Harmonies of #ED1307
Complementary color
Monochromatic Colors of #ED1307
Black with #ED1307
Text Example
Text Example
White with #ED1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1307; }
p { color: rgb(237,19,7); }
H1.HeaderClassName
{
color: #ED1307;
}
.AnyTagClassName
{
color: #ED1307;
}
</style>
background-color css
<style>
a { background-color: #ED1307; }
a { background-color: rgb(237,19,7); }
div.DivClassName
{
background-color: #ED1307;
}
.BgClassName
{
background-color: #ED1307;
}
</style>
border-color css
<style>
span { border-color: #ED1307; }
span { border-color: rgb(237,19,7); }
td.TdClassName
{
border-color: #ED1307;
}
.TagClassName
{
border-color: #ED1307;
}
</style>