Shades of Red #ED0706
Tints of Red #ED0706
RGB
CMYK
RGB Variations
Color information
#ED0706 (or 0xED0706) is known color: Red. HEX triplet: ED, 07 and 06. RGB value is (237,7,6). Sum of RGB (Red+Green+Blue) = 237+7+6=250 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0706 is #12F8F9. Grayscale: #4B4B4B. Windows color (decimal): -1243386 or 395245. OLE color: 395245.
HSL color Cylindrical-coordinate representation of color #ED0706: hue angle of 0.26º degrees, saturation: 0.95, 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 #ED0706 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.07 |
| HSL | 0.26º | 0.95% | 0.48% | - |
| HSV(B) | 0.26º | 0.97% | 0.93% | - |
| XYZ | 35.03 | 18.17 | 1.83 | - |
| YUV | 75.66 | 88.7 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 6 | 0 | 0.97 | 0.97 | 0.07 | 0.26 | 0.95 | 0.48 |
| Hex | ED | 7 | 6 | 0 | 61 | 61 | 7 | 0 | 5F | 30 |
| Octal | 355 | 7 | 6 | 0 | 141 | 141 | 7 | 0 | 137 | 60 |
| Binary | 11101101 | 111 | 110 | 0 | 1100001 | 1100001 | 111 | 0 | 1011111 | 110000 |
Color Harmonies of #ED0706
Complementary color
Monochromatic Colors of #ED0706
Black with #ED0706
Text Example
Text Example
White with #ED0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0706; }
p { color: rgb(237,7,6); }
H1.HeaderClassName
{
color: #ED0706;
}
.AnyTagClassName
{
color: #ED0706;
}
</style>
background-color css
<style>
a { background-color: #ED0706; }
a { background-color: rgb(237,7,6); }
div.DivClassName
{
background-color: #ED0706;
}
.BgClassName
{
background-color: #ED0706;
}
</style>
border-color css
<style>
span { border-color: #ED0706; }
span { border-color: rgb(237,7,6); }
td.TdClassName
{
border-color: #ED0706;
}
.TagClassName
{
border-color: #ED0706;
}
</style>