Shades of Torch Red #ED0421
Tints of Torch Red #ED0421
RGB
CMYK
RGB Variations
Color information
#ED0421 (or 0xED0421) is known color: Torch Red. HEX triplet: ED, 04 and 21. RGB value is (237,4,33). Sum of RGB (Red+Green+Blue) = 237+4+33=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0421 is #12FBDE. Grayscale: #4D4D4D. Windows color (decimal): -1244127 or 2163949. OLE color: 2163949.
HSL color Cylindrical-coordinate representation of color #ED0421: hue angle of 352.53º degrees, saturation: 0.97, 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 #ED0421 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.07 |
| HSL | 352.53º | 0.97% | 0.47% | - |
| HSV(B) | 352.53º | 0.98% | 0.93% | - |
| XYZ | 35.24 | 18.2 | 3.09 | - |
| YUV | 76.97 | 103.19 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 33 | 0 | 0.98 | 0.86 | 0.07 | 352.53 | 0.97 | 0.47 |
| Hex | ED | 4 | 21 | 0 | 62 | 56 | 7 | 161 | 61 | 2F |
| Octal | 355 | 4 | 41 | 0 | 142 | 126 | 7 | 541 | 141 | 57 |
| Binary | 11101101 | 100 | 100001 | 0 | 1100010 | 1010110 | 111 | 101100001 | 1100001 | 101111 |
Color Harmonies of #ED0421
Complementary color
Monochromatic Colors of #ED0421
Black with #ED0421
Text Example
Text Example
White with #ED0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0421; }
p { color: rgb(237,4,33); }
H1.HeaderClassName
{
color: #ED0421;
}
.AnyTagClassName
{
color: #ED0421;
}
</style>
background-color css
<style>
a { background-color: #ED0421; }
a { background-color: rgb(237,4,33); }
div.DivClassName
{
background-color: #ED0421;
}
.BgClassName
{
background-color: #ED0421;
}
</style>
border-color css
<style>
span { border-color: #ED0421; }
span { border-color: rgb(237,4,33); }
td.TdClassName
{
border-color: #ED0421;
}
.TagClassName
{
border-color: #ED0421;
}
</style>