Shades of Red #ED130D
Tints of Red #ED130D
RGB
CMYK
RGB Variations
Color information
#ED130D (or 0xED130D) is known color: Red. HEX triplet: ED, 13 and 0D. RGB value is (237,19,13). Sum of RGB (Red+Green+Blue) = 237+19+13=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED130D is #12ECF2. Grayscale: #535353. Windows color (decimal): -1240307 or 857069. OLE color: 857069.
HSL color Cylindrical-coordinate representation of color #ED130D: hue angle of 1.61º 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 #ED130D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 1.61º | 0.9% | 0.49% | - |
| HSV(B) | 1.61º | 0.95% | 0.93% | - |
| XYZ | 35.23 | 18.5 | 2.09 | - |
| YUV | 83.5 | 88.22 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 13 | 0 | 0.92 | 0.95 | 0.07 | 1.61 | 0.9 | 0.49 |
| Hex | ED | 13 | D | 0 | 5C | 5F | 7 | 2 | 5A | 31 |
| Octal | 355 | 23 | 15 | 0 | 134 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101101 | 10011 | 1101 | 0 | 1011100 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #ED130D
Complementary color
Monochromatic Colors of #ED130D
Black with #ED130D
Text Example
Text Example
White with #ED130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED130D; }
p { color: rgb(237,19,13); }
H1.HeaderClassName
{
color: #ED130D;
}
.AnyTagClassName
{
color: #ED130D;
}
</style>
background-color css
<style>
a { background-color: #ED130D; }
a { background-color: rgb(237,19,13); }
div.DivClassName
{
background-color: #ED130D;
}
.BgClassName
{
background-color: #ED130D;
}
</style>
border-color css
<style>
span { border-color: #ED130D; }
span { border-color: rgb(237,19,13); }
td.TdClassName
{
border-color: #ED130D;
}
.TagClassName
{
border-color: #ED130D;
}
</style>