Shades of Red #ED1207
Tints of Red #ED1207
RGB
CMYK
RGB Variations
Color information
#ED1207 (or 0xED1207) is known color: Red. HEX triplet: ED, 12 and 07. RGB value is (237,18,7). Sum of RGB (Red+Green+Blue) = 237+18+7=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1207 is #12EDF8. Grayscale: #525252. Windows color (decimal): -1240569 or 463597. OLE color: 463597.
HSL color Cylindrical-coordinate representation of color #ED1207: hue angle of 2.87º 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 #ED1207 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 2.87º | 0.94% | 0.48% | - |
| HSV(B) | 2.87º | 0.97% | 0.93% | - |
| XYZ | 35.18 | 18.45 | 1.91 | - |
| YUV | 82.23 | 85.55 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 7 | 0 | 0.92 | 0.97 | 0.07 | 2.87 | 0.94 | 0.48 |
| Hex | ED | 12 | 7 | 0 | 5C | 61 | 7 | 3 | 5E | 30 |
| Octal | 355 | 22 | 7 | 0 | 134 | 141 | 7 | 3 | 136 | 60 |
| Binary | 11101101 | 10010 | 111 | 0 | 1011100 | 1100001 | 111 | 11 | 1011110 | 110000 |
Color Harmonies of #ED1207
Complementary color
Monochromatic Colors of #ED1207
Black with #ED1207
Text Example
Text Example
White with #ED1207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1207; }
p { color: rgb(237,18,7); }
H1.HeaderClassName
{
color: #ED1207;
}
.AnyTagClassName
{
color: #ED1207;
}
</style>
background-color css
<style>
a { background-color: #ED1207; }
a { background-color: rgb(237,18,7); }
div.DivClassName
{
background-color: #ED1207;
}
.BgClassName
{
background-color: #ED1207;
}
</style>
border-color css
<style>
span { border-color: #ED1207; }
span { border-color: rgb(237,18,7); }
td.TdClassName
{
border-color: #ED1207;
}
.TagClassName
{
border-color: #ED1207;
}
</style>