Shades of Red #ED1001
Tints of Red #ED1001
RGB
CMYK
RGB Variations
Color information
#ED1001 (or 0xED1001) is known color: Red. HEX triplet: ED, 10 and 01. RGB value is (237,16,1). Sum of RGB (Red+Green+Blue) = 237+16+1=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1001 is #12EFFE. Grayscale: #505050. Windows color (decimal): -1241087 or 69869. OLE color: 69869.
HSL color Cylindrical-coordinate representation of color #ED1001: hue angle of 3.81º 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 #ED1001 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.07 |
| HSL | 3.81º | 0.99% | 0.47% | - |
| HSV(B) | 3.81º | 1% | 0.93% | - |
| XYZ | 35.12 | 18.38 | 1.73 | - |
| YUV | 80.37 | 83.22 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 1 | 0 | 0.93 | 1.00 | 0.07 | 3.81 | 0.99 | 0.47 |
| Hex | ED | 10 | 1 | 0 | 5D | 64 | 7 | 4 | 63 | 2F |
| Octal | 355 | 20 | 1 | 0 | 135 | 144 | 7 | 4 | 143 | 57 |
| Binary | 11101101 | 10000 | 1 | 0 | 1011101 | 1100100 | 111 | 100 | 1100011 | 101111 |
Color Harmonies of #ED1001
Complementary color
Monochromatic Colors of #ED1001
Black with #ED1001
Text Example
Text Example
White with #ED1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1001; }
p { color: rgb(237,16,1); }
H1.HeaderClassName
{
color: #ED1001;
}
.AnyTagClassName
{
color: #ED1001;
}
</style>
background-color css
<style>
a { background-color: #ED1001; }
a { background-color: rgb(237,16,1); }
div.DivClassName
{
background-color: #ED1001;
}
.BgClassName
{
background-color: #ED1001;
}
</style>
border-color css
<style>
span { border-color: #ED1001; }
span { border-color: rgb(237,16,1); }
td.TdClassName
{
border-color: #ED1001;
}
.TagClassName
{
border-color: #ED1001;
}
</style>