Shades of Red #ED1007
Tints of Red #ED1007
RGB
CMYK
RGB Variations
Color information
#ED1007 (or 0xED1007) is known color: Red. HEX triplet: ED, 10 and 07. RGB value is (237,16,7). Sum of RGB (Red+Green+Blue) = 237+16+7=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1007 is #12EFF8. Grayscale: #515151. Windows color (decimal): -1241081 or 463085. OLE color: 463085.
HSL color Cylindrical-coordinate representation of color #ED1007: hue angle of 2.35º 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 #ED1007 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.07 |
| HSL | 2.35º | 0.94% | 0.48% | - |
| HSV(B) | 2.35º | 0.97% | 0.93% | - |
| XYZ | 35.15 | 18.39 | 1.9 | - |
| YUV | 81.05 | 86.22 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 7 | 0 | 0.93 | 0.97 | 0.07 | 2.35 | 0.94 | 0.48 |
| Hex | ED | 10 | 7 | 0 | 5D | 61 | 7 | 2 | 5E | 30 |
| Octal | 355 | 20 | 7 | 0 | 135 | 141 | 7 | 2 | 136 | 60 |
| Binary | 11101101 | 10000 | 111 | 0 | 1011101 | 1100001 | 111 | 10 | 1011110 | 110000 |
Color Harmonies of #ED1007
Complementary color
Monochromatic Colors of #ED1007
Black with #ED1007
Text Example
Text Example
White with #ED1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1007; }
p { color: rgb(237,16,7); }
H1.HeaderClassName
{
color: #ED1007;
}
.AnyTagClassName
{
color: #ED1007;
}
</style>
background-color css
<style>
a { background-color: #ED1007; }
a { background-color: rgb(237,16,7); }
div.DivClassName
{
background-color: #ED1007;
}
.BgClassName
{
background-color: #ED1007;
}
</style>
border-color css
<style>
span { border-color: #ED1007; }
span { border-color: rgb(237,16,7); }
td.TdClassName
{
border-color: #ED1007;
}
.TagClassName
{
border-color: #ED1007;
}
</style>