Shades of Red #ED100C
Tints of Red #ED100C
RGB
CMYK
RGB Variations
Color information
#ED100C (or 0xED100C) is known color: Red. HEX triplet: ED, 10 and 0C. RGB value is (237,16,12). Sum of RGB (Red+Green+Blue) = 237+16+12=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED100C is #12EFF3. Grayscale: #515151. Windows color (decimal): -1241076 or 790765. OLE color: 790765.
HSL color Cylindrical-coordinate representation of color #ED100C: hue angle of 1.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.07 |
| HSL | 1.07º | 0.9% | 0.49% | - |
| HSV(B) | 1.07º | 0.95% | 0.93% | - |
| XYZ | 35.18 | 18.4 | 2.05 | - |
| YUV | 81.62 | 88.72 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 12 | 0 | 0.93 | 0.95 | 0.07 | 1.07 | 0.9 | 0.49 |
| Hex | ED | 10 | C | 0 | 5D | 5F | 7 | 1 | 5A | 31 |
| Octal | 355 | 20 | 14 | 0 | 135 | 137 | 7 | 1 | 132 | 61 |
| Binary | 11101101 | 10000 | 1100 | 0 | 1011101 | 1011111 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #ED100C
Complementary color
Monochromatic Colors of #ED100C
Black with #ED100C
Text Example
Text Example
White with #ED100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED100C; }
p { color: rgb(237,16,12); }
H1.HeaderClassName
{
color: #ED100C;
}
.AnyTagClassName
{
color: #ED100C;
}
</style>
background-color css
<style>
a { background-color: #ED100C; }
a { background-color: rgb(237,16,12); }
div.DivClassName
{
background-color: #ED100C;
}
.BgClassName
{
background-color: #ED100C;
}
</style>
border-color css
<style>
span { border-color: #ED100C; }
span { border-color: rgb(237,16,12); }
td.TdClassName
{
border-color: #ED100C;
}
.TagClassName
{
border-color: #ED100C;
}
</style>