Shades of Scarlet #ED2007
Tints of Scarlet #ED2007
RGB
CMYK
RGB Variations
Color information
#ED2007 (or 0xED2007) is known color: Scarlet. HEX triplet: ED, 20 and 07. RGB value is (237,32,7). Sum of RGB (Red+Green+Blue) = 237+32+7=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2007 is #12DFF8. Grayscale: #5A5A5A. Windows color (decimal): -1236985 or 467181. OLE color: 467181.
HSL color Cylindrical-coordinate representation of color #ED2007: hue angle of 6.52º 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 #ED2007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.07 |
| HSL | 6.52º | 0.94% | 0.48% | - |
| HSV(B) | 6.52º | 0.97% | 0.93% | - |
| XYZ | 35.48 | 19.05 | 2.01 | - |
| YUV | 90.45 | 80.92 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 7 | 0 | 0.86 | 0.97 | 0.07 | 6.52 | 0.94 | 0.48 |
| Hex | ED | 20 | 7 | 0 | 56 | 61 | 7 | 7 | 5E | 30 |
| Octal | 355 | 40 | 7 | 0 | 126 | 141 | 7 | 7 | 136 | 60 |
| Binary | 11101101 | 100000 | 111 | 0 | 1010110 | 1100001 | 111 | 111 | 1011110 | 110000 |
Color Harmonies of #ED2007
Complementary color
Monochromatic Colors of #ED2007
Black with #ED2007
Text Example
Text Example
White with #ED2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2007; }
p { color: rgb(237,32,7); }
H1.HeaderClassName
{
color: #ED2007;
}
.AnyTagClassName
{
color: #ED2007;
}
</style>
background-color css
<style>
a { background-color: #ED2007; }
a { background-color: rgb(237,32,7); }
div.DivClassName
{
background-color: #ED2007;
}
.BgClassName
{
background-color: #ED2007;
}
</style>
border-color css
<style>
span { border-color: #ED2007; }
span { border-color: rgb(237,32,7); }
td.TdClassName
{
border-color: #ED2007;
}
.TagClassName
{
border-color: #ED2007;
}
</style>