Shades of Torch Red #ED0D1A
Tints of Torch Red #ED0D1A
RGB
CMYK
RGB Variations
Color information
#ED0D1A (or 0xED0D1A) is known color: Torch Red. HEX triplet: ED, 0D and 1A. RGB value is (237,13,26). Sum of RGB (Red+Green+Blue) = 237+13+26=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D1A is #12F2E5. Grayscale: #515151. Windows color (decimal): -1241830 or 1707501. OLE color: 1707501.
HSL color Cylindrical-coordinate representation of color #ED0D1A: hue angle of 356.52º 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 #ED0D1A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 26 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.07 |
| HSL | 356.52º | 0.9% | 0.49% | - |
| HSV(B) | 356.52º | 0.95% | 0.93% | - |
| XYZ | 35.26 | 18.37 | 2.66 | - |
| YUV | 81.46 | 96.71 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 26 | 0 | 0.95 | 0.89 | 0.07 | 356.52 | 0.9 | 0.49 |
| Hex | ED | D | 1A | 0 | 5F | 59 | 7 | 165 | 5A | 31 |
| Octal | 355 | 15 | 32 | 0 | 137 | 131 | 7 | 545 | 132 | 61 |
| Binary | 11101101 | 1101 | 11010 | 0 | 1011111 | 1011001 | 111 | 101100101 | 1011010 | 110001 |
Color Harmonies of #ED0D1A
Complementary color
Monochromatic Colors of #ED0D1A
Black with #ED0D1A
Text Example
Text Example
White with #ED0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D1A; }
p { color: rgb(237,13,26); }
H1.HeaderClassName
{
color: #ED0D1A;
}
.AnyTagClassName
{
color: #ED0D1A;
}
</style>
background-color css
<style>
a { background-color: #ED0D1A; }
a { background-color: rgb(237,13,26); }
div.DivClassName
{
background-color: #ED0D1A;
}
.BgClassName
{
background-color: #ED0D1A;
}
</style>
border-color css
<style>
span { border-color: #ED0D1A; }
span { border-color: rgb(237,13,26); }
td.TdClassName
{
border-color: #ED0D1A;
}
.TagClassName
{
border-color: #ED0D1A;
}
</style>