Shades of Red #ED0701
Tints of Red #ED0701
RGB
CMYK
RGB Variations
Color information
#ED0701 (or 0xED0701) is known color: Red. HEX triplet: ED, 07 and 01. RGB value is (237,7,1). Sum of RGB (Red+Green+Blue) = 237+7+1=245 (32% of max value = 765). Red value is 237 (92.97% from 255 or 96.73% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0701 is #12F8FE. Grayscale: #4B4B4B. Windows color (decimal): -1243391 or 67565. OLE color: 67565.
HSL color Cylindrical-coordinate representation of color #ED0701: hue angle of 1.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.07 |
| HSL | 1.53º | 0.99% | 0.47% | - |
| HSV(B) | 1.53º | 1% | 0.93% | - |
| XYZ | 35.01 | 18.16 | 1.69 | - |
| YUV | 75.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 1 | 0 | 0.97 | 1.00 | 0.07 | 1.53 | 0.99 | 0.47 |
| Hex | ED | 7 | 1 | 0 | 61 | 64 | 7 | 2 | 63 | 2F |
| Octal | 355 | 7 | 1 | 0 | 141 | 144 | 7 | 2 | 143 | 57 |
| Binary | 11101101 | 111 | 1 | 0 | 1100001 | 1100100 | 111 | 10 | 1100011 | 101111 |
Color Harmonies of #ED0701
Complementary color
Monochromatic Colors of #ED0701
Black with #ED0701
Text Example
Text Example
White with #ED0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0701; }
p { color: rgb(237,7,1); }
H1.HeaderClassName
{
color: #ED0701;
}
.AnyTagClassName
{
color: #ED0701;
}
</style>
background-color css
<style>
a { background-color: #ED0701; }
a { background-color: rgb(237,7,1); }
div.DivClassName
{
background-color: #ED0701;
}
.BgClassName
{
background-color: #ED0701;
}
</style>
border-color css
<style>
span { border-color: #ED0701; }
span { border-color: rgb(237,7,1); }
td.TdClassName
{
border-color: #ED0701;
}
.TagClassName
{
border-color: #ED0701;
}
</style>