Shades of Torch Red #FD2242
Tints of Torch Red #FD2242
RGB
CMYK
RGB Variations
Color information
#FD2242 (or 0xFD2242) is known color: Torch Red. HEX triplet: FD, 22 and 42. RGB value is (253,34,66). Sum of RGB (Red+Green+Blue) = 253+34+66=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2242 is #02DDBD. Grayscale: #676767. Windows color (decimal): -187838 or 4334333. OLE color: 4334333.
HSL color Cylindrical-coordinate representation of color #FD2242: hue angle of 351.23º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2242 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 66 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.01 |
| HSL | 351.23º | 0.98% | 0.56% | - |
| HSV(B) | 351.23º | 0.87% | 0.99% | - |
| XYZ | 42.06 | 22.42 | 7.26 | - |
| YUV | 103.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 66 | 0 | 0.87 | 0.74 | 0.01 | 351.23 | 0.98 | 0.56 |
| Hex | FD | 22 | 42 | 0 | 57 | 4A | 1 | 15F | 62 | 38 |
| Octal | 375 | 42 | 102 | 0 | 127 | 112 | 1 | 537 | 142 | 70 |
| Binary | 11111101 | 100010 | 1000010 | 0 | 1010111 | 1001010 | 1 | 101011111 | 1100010 | 111000 |
Color Harmonies of #FD2242
Complementary color
Monochromatic Colors of #FD2242
Black with #FD2242
Text Example
Text Example
White with #FD2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2242; }
p { color: rgb(253,34,66); }
H1.HeaderClassName
{
color: #FD2242;
}
.AnyTagClassName
{
color: #FD2242;
}
</style>
background-color css
<style>
a { background-color: #FD2242; }
a { background-color: rgb(253,34,66); }
div.DivClassName
{
background-color: #FD2242;
}
.BgClassName
{
background-color: #FD2242;
}
</style>
border-color css
<style>
span { border-color: #FD2242; }
span { border-color: rgb(253,34,66); }
td.TdClassName
{
border-color: #FD2242;
}
.TagClassName
{
border-color: #FD2242;
}
</style>