Shades of Scarlet #ED1508
Tints of Scarlet #ED1508
RGB
CMYK
RGB Variations
Color information
#ED1508 (or 0xED1508) is known color: Scarlet. HEX triplet: ED, 15 and 08. RGB value is (237,21,8). Sum of RGB (Red+Green+Blue) = 237+21+8=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1508 is #12EAF7. Grayscale: #545454. Windows color (decimal): -1239800 or 529901. OLE color: 529901.
HSL color Cylindrical-coordinate representation of color #ED1508: hue angle of 3.41º degrees, saturation: 0.93, 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 #ED1508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.07 |
| HSL | 3.41º | 0.93% | 0.48% | - |
| HSV(B) | 3.41º | 0.97% | 0.93% | - |
| XYZ | 35.24 | 18.56 | 1.95 | - |
| YUV | 84.1 | 85.06 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 8 | 0 | 0.91 | 0.97 | 0.07 | 3.41 | 0.93 | 0.48 |
| Hex | ED | 15 | 8 | 0 | 5B | 61 | 7 | 3 | 5D | 30 |
| Octal | 355 | 25 | 10 | 0 | 133 | 141 | 7 | 3 | 135 | 60 |
| Binary | 11101101 | 10101 | 1000 | 0 | 1011011 | 1100001 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #ED1508
Complementary color
Monochromatic Colors of #ED1508
Black with #ED1508
Text Example
Text Example
White with #ED1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1508; }
p { color: rgb(237,21,8); }
H1.HeaderClassName
{
color: #ED1508;
}
.AnyTagClassName
{
color: #ED1508;
}
</style>
background-color css
<style>
a { background-color: #ED1508; }
a { background-color: rgb(237,21,8); }
div.DivClassName
{
background-color: #ED1508;
}
.BgClassName
{
background-color: #ED1508;
}
</style>
border-color css
<style>
span { border-color: #ED1508; }
span { border-color: rgb(237,21,8); }
td.TdClassName
{
border-color: #ED1508;
}
.TagClassName
{
border-color: #ED1508;
}
</style>