Shades of Red #ED0904
Tints of Red #ED0904
RGB
CMYK
RGB Variations
Color information
#ED0904 (or 0xED0904) is known color: Red. HEX triplet: ED, 09 and 04. RGB value is (237,9,4). Sum of RGB (Red+Green+Blue) = 237+9+4=250 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0904 is #12F6FB. Grayscale: #4C4C4C. Windows color (decimal): -1242876 or 264685. OLE color: 264685.
HSL color Cylindrical-coordinate representation of color #ED0904: hue angle of 1.29º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.07 |
| HSL | 1.29º | 0.97% | 0.47% | - |
| HSV(B) | 1.29º | 0.98% | 0.93% | - |
| XYZ | 35.04 | 18.21 | 1.78 | - |
| YUV | 76.6 | 87.04 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 4 | 0 | 0.96 | 0.98 | 0.07 | 1.29 | 0.97 | 0.47 |
| Hex | ED | 9 | 4 | 0 | 60 | 62 | 7 | 1 | 61 | 2F |
| Octal | 355 | 11 | 4 | 0 | 140 | 142 | 7 | 1 | 141 | 57 |
| Binary | 11101101 | 1001 | 100 | 0 | 1100000 | 1100010 | 111 | 1 | 1100001 | 101111 |
Color Harmonies of #ED0904
Complementary color
Monochromatic Colors of #ED0904
Black with #ED0904
Text Example
Text Example
White with #ED0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0904; }
p { color: rgb(237,9,4); }
H1.HeaderClassName
{
color: #ED0904;
}
.AnyTagClassName
{
color: #ED0904;
}
</style>
background-color css
<style>
a { background-color: #ED0904; }
a { background-color: rgb(237,9,4); }
div.DivClassName
{
background-color: #ED0904;
}
.BgClassName
{
background-color: #ED0904;
}
</style>
border-color css
<style>
span { border-color: #ED0904; }
span { border-color: rgb(237,9,4); }
td.TdClassName
{
border-color: #ED0904;
}
.TagClassName
{
border-color: #ED0904;
}
</style>