Shades of Torch Red #ED0433
Tints of Torch Red #ED0433
RGB
CMYK
RGB Variations
Color information
#ED0433 (or 0xED0433) is known color: Torch Red. HEX triplet: ED, 04 and 33. RGB value is (237,4,51). Sum of RGB (Red+Green+Blue) = 237+4+51=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0433 is #12FBCC. Grayscale: #4F4F4F. Windows color (decimal): -1244109 or 3343597. OLE color: 3343597.
HSL color Cylindrical-coordinate representation of color #ED0433: hue angle of 347.9º 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 #ED0433 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.07 |
| HSL | 347.9º | 0.97% | 0.47% | - |
| HSV(B) | 347.9º | 0.98% | 0.93% | - |
| XYZ | 35.57 | 18.33 | 4.8 | - |
| YUV | 79.03 | 112.19 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 51 | 0 | 0.98 | 0.78 | 0.07 | 347.9 | 0.97 | 0.47 |
| Hex | ED | 4 | 33 | 0 | 62 | 4E | 7 | 15C | 61 | 2F |
| Octal | 355 | 4 | 63 | 0 | 142 | 116 | 7 | 534 | 141 | 57 |
| Binary | 11101101 | 100 | 110011 | 0 | 1100010 | 1001110 | 111 | 101011100 | 1100001 | 101111 |
Color Harmonies of #ED0433
Complementary color
Monochromatic Colors of #ED0433
Black with #ED0433
Text Example
Text Example
White with #ED0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0433; }
p { color: rgb(237,4,51); }
H1.HeaderClassName
{
color: #ED0433;
}
.AnyTagClassName
{
color: #ED0433;
}
</style>
background-color css
<style>
a { background-color: #ED0433; }
a { background-color: rgb(237,4,51); }
div.DivClassName
{
background-color: #ED0433;
}
.BgClassName
{
background-color: #ED0433;
}
</style>
border-color css
<style>
span { border-color: #ED0433; }
span { border-color: rgb(237,4,51); }
td.TdClassName
{
border-color: #ED0433;
}
.TagClassName
{
border-color: #ED0433;
}
</style>