Shades of Red #ED0901
Tints of Red #ED0901
RGB
CMYK
RGB Variations
Color information
#ED0901 (or 0xED0901) is known color: Red. HEX triplet: ED, 09 and 01. RGB value is (237,9,1). Sum of RGB (Red+Green+Blue) = 237+9+1=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0901 is #12F6FE. Grayscale: #4C4C4C. Windows color (decimal): -1242879 or 68077. OLE color: 68077.
HSL color Cylindrical-coordinate representation of color #ED0901: hue angle of 2.03º 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 #ED0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.07 |
| HSL | 2.03º | 0.99% | 0.47% | - |
| HSV(B) | 2.03º | 1% | 0.93% | - |
| XYZ | 35.03 | 18.2 | 1.7 | - |
| YUV | 76.26 | 85.54 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 1 | 0 | 0.96 | 1.00 | 0.07 | 2.03 | 0.99 | 0.47 |
| Hex | ED | 9 | 1 | 0 | 60 | 64 | 7 | 2 | 63 | 2F |
| Octal | 355 | 11 | 1 | 0 | 140 | 144 | 7 | 2 | 143 | 57 |
| Binary | 11101101 | 1001 | 1 | 0 | 1100000 | 1100100 | 111 | 10 | 1100011 | 101111 |
Color Harmonies of #ED0901
Complementary color
Monochromatic Colors of #ED0901
Black with #ED0901
Text Example
Text Example
White with #ED0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0901; }
p { color: rgb(237,9,1); }
H1.HeaderClassName
{
color: #ED0901;
}
.AnyTagClassName
{
color: #ED0901;
}
</style>
background-color css
<style>
a { background-color: #ED0901; }
a { background-color: rgb(237,9,1); }
div.DivClassName
{
background-color: #ED0901;
}
.BgClassName
{
background-color: #ED0901;
}
</style>
border-color css
<style>
span { border-color: #ED0901; }
span { border-color: rgb(237,9,1); }
td.TdClassName
{
border-color: #ED0901;
}
.TagClassName
{
border-color: #ED0901;
}
</style>