Shades of Scarlet #ED1E05
Tints of Scarlet #ED1E05
RGB
CMYK
RGB Variations
Color information
#ED1E05 (or 0xED1E05) is known color: Scarlet. HEX triplet: ED, 1E and 05. RGB value is (237,30,5). Sum of RGB (Red+Green+Blue) = 237+30+5=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1E05 is #12E1FA. Grayscale: #595959. Windows color (decimal): -1237499 or 335597. OLE color: 335597.
HSL color Cylindrical-coordinate representation of color #ED1E05: hue angle of 6.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED1E05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.07 |
| HSL | 6.47º | 0.96% | 0.47% | - |
| HSV(B) | 6.47º | 0.98% | 0.93% | - |
| XYZ | 35.42 | 18.94 | 1.93 | - |
| YUV | 89.04 | 80.58 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 5 | 0 | 0.87 | 0.98 | 0.07 | 6.47 | 0.96 | 0.47 |
| Hex | ED | 1E | 5 | 0 | 57 | 62 | 7 | 6 | 60 | 2F |
| Octal | 355 | 36 | 5 | 0 | 127 | 142 | 7 | 6 | 140 | 57 |
| Binary | 11101101 | 11110 | 101 | 0 | 1010111 | 1100010 | 111 | 110 | 1100000 | 101111 |
Color Harmonies of #ED1E05
Complementary color
Monochromatic Colors of #ED1E05
Black with #ED1E05
Text Example
Text Example
White with #ED1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E05; }
p { color: rgb(237,30,5); }
H1.HeaderClassName
{
color: #ED1E05;
}
.AnyTagClassName
{
color: #ED1E05;
}
</style>
background-color css
<style>
a { background-color: #ED1E05; }
a { background-color: rgb(237,30,5); }
div.DivClassName
{
background-color: #ED1E05;
}
.BgClassName
{
background-color: #ED1E05;
}
</style>
border-color css
<style>
span { border-color: #ED1E05; }
span { border-color: rgb(237,30,5); }
td.TdClassName
{
border-color: #ED1E05;
}
.TagClassName
{
border-color: #ED1E05;
}
</style>