Shades of Torch Red #ED0532
Tints of Torch Red #ED0532
RGB
CMYK
RGB Variations
Color information
#ED0532 (or 0xED0532) is known color: Torch Red. HEX triplet: ED, 05 and 32. RGB value is (237,5,50). Sum of RGB (Red+Green+Blue) = 237+5+50=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0532 is #12FACD. Grayscale: #4F4F4F. Windows color (decimal): -1243854 or 3278317. OLE color: 3278317.
HSL color Cylindrical-coordinate representation of color #ED0532: hue angle of 348.36º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0532 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.07 |
| HSL | 348.36º | 0.96% | 0.47% | - |
| HSV(B) | 348.36º | 0.98% | 0.93% | - |
| XYZ | 35.56 | 18.34 | 4.68 | - |
| YUV | 79.5 | 111.36 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 50 | 0 | 0.98 | 0.79 | 0.07 | 348.36 | 0.96 | 0.47 |
| Hex | ED | 5 | 32 | 0 | 62 | 4F | 7 | 15C | 60 | 2F |
| Octal | 355 | 5 | 62 | 0 | 142 | 117 | 7 | 534 | 140 | 57 |
| Binary | 11101101 | 101 | 110010 | 0 | 1100010 | 1001111 | 111 | 101011100 | 1100000 | 101111 |
Color Harmonies of #ED0532
Complementary color
Monochromatic Colors of #ED0532
Black with #ED0532
Text Example
Text Example
White with #ED0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0532; }
p { color: rgb(237,5,50); }
H1.HeaderClassName
{
color: #ED0532;
}
.AnyTagClassName
{
color: #ED0532;
}
</style>
background-color css
<style>
a { background-color: #ED0532; }
a { background-color: rgb(237,5,50); }
div.DivClassName
{
background-color: #ED0532;
}
.BgClassName
{
background-color: #ED0532;
}
</style>
border-color css
<style>
span { border-color: #ED0532; }
span { border-color: rgb(237,5,50); }
td.TdClassName
{
border-color: #ED0532;
}
.TagClassName
{
border-color: #ED0532;
}
</style>