Shades of Torch Red #ED0428
Tints of Torch Red #ED0428
RGB
CMYK
RGB Variations
Color information
#ED0428 (or 0xED0428) is known color: Torch Red. HEX triplet: ED, 04 and 28. RGB value is (237,4,40). Sum of RGB (Red+Green+Blue) = 237+4+40=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0428 is #12FBD7. Grayscale: #4D4D4D. Windows color (decimal): -1244120 or 2622701. OLE color: 2622701.
HSL color Cylindrical-coordinate representation of color #ED0428: hue angle of 350.73º 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 #ED0428 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.07 |
| HSL | 350.73º | 0.97% | 0.47% | - |
| HSV(B) | 350.73º | 0.98% | 0.93% | - |
| XYZ | 35.35 | 18.24 | 3.67 | - |
| YUV | 77.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 40 | 0 | 0.98 | 0.83 | 0.07 | 350.73 | 0.97 | 0.47 |
| Hex | ED | 4 | 28 | 0 | 62 | 53 | 7 | 15F | 61 | 2F |
| Octal | 355 | 4 | 50 | 0 | 142 | 123 | 7 | 537 | 141 | 57 |
| Binary | 11101101 | 100 | 101000 | 0 | 1100010 | 1010011 | 111 | 101011111 | 1100001 | 101111 |
Color Harmonies of #ED0428
Complementary color
Monochromatic Colors of #ED0428
Black with #ED0428
Text Example
Text Example
White with #ED0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0428; }
p { color: rgb(237,4,40); }
H1.HeaderClassName
{
color: #ED0428;
}
.AnyTagClassName
{
color: #ED0428;
}
</style>
background-color css
<style>
a { background-color: #ED0428; }
a { background-color: rgb(237,4,40); }
div.DivClassName
{
background-color: #ED0428;
}
.BgClassName
{
background-color: #ED0428;
}
</style>
border-color css
<style>
span { border-color: #ED0428; }
span { border-color: rgb(237,4,40); }
td.TdClassName
{
border-color: #ED0428;
}
.TagClassName
{
border-color: #ED0428;
}
</style>