Shades of Torch Red #ED0242
Tints of Torch Red #ED0242
RGB
CMYK
RGB Variations
Color information
#ED0242 (or 0xED0242) is known color: Torch Red. HEX triplet: ED, 02 and 42. RGB value is (237,2,66). Sum of RGB (Red+Green+Blue) = 237+2+66=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0242 is #12FDBD. Grayscale: #4F4F4F. Windows color (decimal): -1244606 or 4326125. OLE color: 4326125.
HSL color Cylindrical-coordinate representation of color #ED0242: hue angle of 343.66º 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 #ED0242 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.07 |
| HSL | 343.66º | 0.98% | 0.47% | - |
| HSV(B) | 343.66º | 0.99% | 0.93% | - |
| XYZ | 35.93 | 18.44 | 6.82 | - |
| YUV | 79.56 | 120.36 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 66 | 0 | 0.99 | 0.72 | 0.07 | 343.66 | 0.98 | 0.47 |
| Hex | ED | 2 | 42 | 0 | 63 | 48 | 7 | 158 | 62 | 2F |
| Octal | 355 | 2 | 102 | 0 | 143 | 110 | 7 | 530 | 142 | 57 |
| Binary | 11101101 | 10 | 1000010 | 0 | 1100011 | 1001000 | 111 | 101011000 | 1100010 | 101111 |
Color Harmonies of #ED0242
Complementary color
Monochromatic Colors of #ED0242
Black with #ED0242
Text Example
Text Example
White with #ED0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0242; }
p { color: rgb(237,2,66); }
H1.HeaderClassName
{
color: #ED0242;
}
.AnyTagClassName
{
color: #ED0242;
}
</style>
background-color css
<style>
a { background-color: #ED0242; }
a { background-color: rgb(237,2,66); }
div.DivClassName
{
background-color: #ED0242;
}
.BgClassName
{
background-color: #ED0242;
}
</style>
border-color css
<style>
span { border-color: #ED0242; }
span { border-color: rgb(237,2,66); }
td.TdClassName
{
border-color: #ED0242;
}
.TagClassName
{
border-color: #ED0242;
}
</style>