Shades of Torch Red #ED0340
Tints of Torch Red #ED0340
RGB
CMYK
RGB Variations
Color information
#ED0340 (or 0xED0340) is known color: Torch Red. HEX triplet: ED, 03 and 40. RGB value is (237,3,64). Sum of RGB (Red+Green+Blue) = 237+3+64=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0340 is #12FCBF. Grayscale: #4F4F4F. Windows color (decimal): -1244352 or 4195309. OLE color: 4195309.
HSL color Cylindrical-coordinate representation of color #ED0340: hue angle of 344.36º 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 #ED0340 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.07 |
| HSL | 344.36º | 0.98% | 0.47% | - |
| HSV(B) | 344.36º | 0.99% | 0.93% | - |
| XYZ | 35.88 | 18.44 | 6.52 | - |
| YUV | 79.92 | 119.02 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 64 | 0 | 0.99 | 0.73 | 0.07 | 344.36 | 0.98 | 0.47 |
| Hex | ED | 3 | 40 | 0 | 63 | 49 | 7 | 158 | 62 | 2F |
| Octal | 355 | 3 | 100 | 0 | 143 | 111 | 7 | 530 | 142 | 57 |
| Binary | 11101101 | 11 | 1000000 | 0 | 1100011 | 1001001 | 111 | 101011000 | 1100010 | 101111 |
Color Harmonies of #ED0340
Complementary color
Monochromatic Colors of #ED0340
Black with #ED0340
Text Example
Text Example
White with #ED0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0340; }
p { color: rgb(237,3,64); }
H1.HeaderClassName
{
color: #ED0340;
}
.AnyTagClassName
{
color: #ED0340;
}
</style>
background-color css
<style>
a { background-color: #ED0340; }
a { background-color: rgb(237,3,64); }
div.DivClassName
{
background-color: #ED0340;
}
.BgClassName
{
background-color: #ED0340;
}
</style>
border-color css
<style>
span { border-color: #ED0340; }
span { border-color: rgb(237,3,64); }
td.TdClassName
{
border-color: #ED0340;
}
.TagClassName
{
border-color: #ED0340;
}
</style>