Shades of Torch Red #ED0216
Tints of Torch Red #ED0216
RGB
CMYK
RGB Variations
Color information
#ED0216 (or 0xED0216) is known color: Torch Red. HEX triplet: ED, 02 and 16. RGB value is (237,2,22). Sum of RGB (Red+Green+Blue) = 237+2+22=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0216 is #12FDE9. Grayscale: #4A4A4A. Windows color (decimal): -1244650 or 1442541. OLE color: 1442541.
HSL color Cylindrical-coordinate representation of color #ED0216: hue angle of 354.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0216 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.07 |
| HSL | 354.89º | 0.98% | 0.47% | - |
| HSV(B) | 354.89º | 0.99% | 0.93% | - |
| XYZ | 35.09 | 18.11 | 2.4 | - |
| YUV | 74.55 | 98.36 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 22 | 0 | 0.99 | 0.91 | 0.07 | 354.89 | 0.98 | 0.47 |
| Hex | ED | 2 | 16 | 0 | 63 | 5B | 7 | 163 | 62 | 2F |
| Octal | 355 | 2 | 26 | 0 | 143 | 133 | 7 | 543 | 142 | 57 |
| Binary | 11101101 | 10 | 10110 | 0 | 1100011 | 1011011 | 111 | 101100011 | 1100010 | 101111 |
Color Harmonies of #ED0216
Complementary color
Monochromatic Colors of #ED0216
Black with #ED0216
Text Example
Text Example
White with #ED0216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0216; }
p { color: rgb(237,2,22); }
H1.HeaderClassName
{
color: #ED0216;
}
.AnyTagClassName
{
color: #ED0216;
}
</style>
background-color css
<style>
a { background-color: #ED0216; }
a { background-color: rgb(237,2,22); }
div.DivClassName
{
background-color: #ED0216;
}
.BgClassName
{
background-color: #ED0216;
}
</style>
border-color css
<style>
span { border-color: #ED0216; }
span { border-color: rgb(237,2,22); }
td.TdClassName
{
border-color: #ED0216;
}
.TagClassName
{
border-color: #ED0216;
}
</style>