Shades of Red #ED1202
Tints of Red #ED1202
RGB
CMYK
RGB Variations
Color information
#ED1202 (or 0xED1202) is known color: Red. HEX triplet: ED, 12 and 02. RGB value is (237,18,2). Sum of RGB (Red+Green+Blue) = 237+18+2=257 (34% of max value = 765). Red value is 237 (92.97% from 255 or 92.22% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1202 is #12EDFD. Grayscale: #515151. Windows color (decimal): -1240574 or 135917. OLE color: 135917.
HSL color Cylindrical-coordinate representation of color #ED1202: hue angle of 4.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED1202 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.07 |
| HSL | 4.09º | 0.98% | 0.47% | - |
| HSV(B) | 4.09º | 0.99% | 0.93% | - |
| XYZ | 35.15 | 18.44 | 1.76 | - |
| YUV | 81.66 | 83.05 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 2 | 0 | 0.92 | 0.99 | 0.07 | 4.09 | 0.98 | 0.47 |
| Hex | ED | 12 | 2 | 0 | 5C | 63 | 7 | 4 | 62 | 2F |
| Octal | 355 | 22 | 2 | 0 | 134 | 143 | 7 | 4 | 142 | 57 |
| Binary | 11101101 | 10010 | 10 | 0 | 1011100 | 1100011 | 111 | 100 | 1100010 | 101111 |
Color Harmonies of #ED1202
Complementary color
Monochromatic Colors of #ED1202
Black with #ED1202
Text Example
Text Example
White with #ED1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1202; }
p { color: rgb(237,18,2); }
H1.HeaderClassName
{
color: #ED1202;
}
.AnyTagClassName
{
color: #ED1202;
}
</style>
background-color css
<style>
a { background-color: #ED1202; }
a { background-color: rgb(237,18,2); }
div.DivClassName
{
background-color: #ED1202;
}
.BgClassName
{
background-color: #ED1202;
}
</style>
border-color css
<style>
span { border-color: #ED1202; }
span { border-color: rgb(237,18,2); }
td.TdClassName
{
border-color: #ED1202;
}
.TagClassName
{
border-color: #ED1202;
}
</style>