Shades of Torch Red #ED0622
Tints of Torch Red #ED0622
RGB
CMYK
RGB Variations
Color information
#ED0622 (or 0xED0622) is known color: Torch Red. HEX triplet: ED, 06 and 22. RGB value is (237,6,34). Sum of RGB (Red+Green+Blue) = 237+6+34=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0622 is #12F9DD. Grayscale: #4E4E4E. Windows color (decimal): -1243614 or 2229997. OLE color: 2229997.
HSL color Cylindrical-coordinate representation of color #ED0622: hue angle of 352.73º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0622 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 352.73º | 0.95% | 0.48% | - |
| HSV(B) | 352.73º | 0.97% | 0.93% | - |
| XYZ | 35.28 | 18.25 | 3.18 | - |
| YUV | 78.26 | 103.03 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 34 | 0 | 0.97 | 0.86 | 0.07 | 352.73 | 0.95 | 0.48 |
| Hex | ED | 6 | 22 | 0 | 61 | 56 | 7 | 161 | 5F | 30 |
| Octal | 355 | 6 | 42 | 0 | 141 | 126 | 7 | 541 | 137 | 60 |
| Binary | 11101101 | 110 | 100010 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011111 | 110000 |
Color Harmonies of #ED0622
Complementary color
Monochromatic Colors of #ED0622
Black with #ED0622
Text Example
Text Example
White with #ED0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0622; }
p { color: rgb(237,6,34); }
H1.HeaderClassName
{
color: #ED0622;
}
.AnyTagClassName
{
color: #ED0622;
}
</style>
background-color css
<style>
a { background-color: #ED0622; }
a { background-color: rgb(237,6,34); }
div.DivClassName
{
background-color: #ED0622;
}
.BgClassName
{
background-color: #ED0622;
}
</style>
border-color css
<style>
span { border-color: #ED0622; }
span { border-color: rgb(237,6,34); }
td.TdClassName
{
border-color: #ED0622;
}
.TagClassName
{
border-color: #ED0622;
}
</style>