Shades of Torch Red #ED0D3A
Tints of Torch Red #ED0D3A
RGB
CMYK
RGB Variations
Color information
#ED0D3A (or 0xED0D3A) is known color: Torch Red. HEX triplet: ED, 0D and 3A. RGB value is (237,13,58). Sum of RGB (Red+Green+Blue) = 237+13+58=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D3A is #12F2C5. Grayscale: #555555. Windows color (decimal): -1241798 or 3804653. OLE color: 3804653.
HSL color Cylindrical-coordinate representation of color #ED0D3A: hue angle of 347.95º 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 #ED0D3A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 58 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.07 |
| HSL | 347.95º | 0.9% | 0.49% | - |
| HSV(B) | 347.95º | 0.95% | 0.93% | - |
| XYZ | 35.83 | 18.6 | 5.7 | - |
| YUV | 85.11 | 112.71 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 58 | 0 | 0.95 | 0.76 | 0.07 | 347.95 | 0.9 | 0.49 |
| Hex | ED | D | 3A | 0 | 5F | 4C | 7 | 15C | 5A | 31 |
| Octal | 355 | 15 | 72 | 0 | 137 | 114 | 7 | 534 | 132 | 61 |
| Binary | 11101101 | 1101 | 111010 | 0 | 1011111 | 1001100 | 111 | 101011100 | 1011010 | 110001 |
Color Harmonies of #ED0D3A
Complementary color
Monochromatic Colors of #ED0D3A
Black with #ED0D3A
Text Example
Text Example
White with #ED0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D3A; }
p { color: rgb(237,13,58); }
H1.HeaderClassName
{
color: #ED0D3A;
}
.AnyTagClassName
{
color: #ED0D3A;
}
</style>
background-color css
<style>
a { background-color: #ED0D3A; }
a { background-color: rgb(237,13,58); }
div.DivClassName
{
background-color: #ED0D3A;
}
.BgClassName
{
background-color: #ED0D3A;
}
</style>
border-color css
<style>
span { border-color: #ED0D3A; }
span { border-color: rgb(237,13,58); }
td.TdClassName
{
border-color: #ED0D3A;
}
.TagClassName
{
border-color: #ED0D3A;
}
</style>