Shades of Scarlet #ED2008
Tints of Scarlet #ED2008
RGB
CMYK
RGB Variations
Color information
#ED2008 (or 0xED2008) is known color: Scarlet. HEX triplet: ED, 20 and 08. RGB value is (237,32,8). Sum of RGB (Red+Green+Blue) = 237+32+8=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2008 is #12DFF7. Grayscale: #5A5A5A. Windows color (decimal): -1236984 or 532717. OLE color: 532717.
HSL color Cylindrical-coordinate representation of color #ED2008: hue angle of 6.29º 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 #ED2008 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 8 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.07 |
| HSL | 6.29º | 0.93% | 0.48% | - |
| HSV(B) | 6.29º | 0.97% | 0.93% | - |
| XYZ | 35.49 | 19.06 | 2.04 | - |
| YUV | 90.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 8 | 0 | 0.86 | 0.97 | 0.07 | 6.29 | 0.93 | 0.48 |
| Hex | ED | 20 | 8 | 0 | 56 | 61 | 7 | 6 | 5D | 30 |
| Octal | 355 | 40 | 10 | 0 | 126 | 141 | 7 | 6 | 135 | 60 |
| Binary | 11101101 | 100000 | 1000 | 0 | 1010110 | 1100001 | 111 | 110 | 1011101 | 110000 |
Color Harmonies of #ED2008
Complementary color
Monochromatic Colors of #ED2008
Black with #ED2008
Text Example
Text Example
White with #ED2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2008; }
p { color: rgb(237,32,8); }
H1.HeaderClassName
{
color: #ED2008;
}
.AnyTagClassName
{
color: #ED2008;
}
</style>
background-color css
<style>
a { background-color: #ED2008; }
a { background-color: rgb(237,32,8); }
div.DivClassName
{
background-color: #ED2008;
}
.BgClassName
{
background-color: #ED2008;
}
</style>
border-color css
<style>
span { border-color: #ED2008; }
span { border-color: rgb(237,32,8); }
td.TdClassName
{
border-color: #ED2008;
}
.TagClassName
{
border-color: #ED2008;
}
</style>