Shades of Torch Red #FD1942
Tints of Torch Red #FD1942
RGB
CMYK
RGB Variations
Color information
#FD1942 (or 0xFD1942) is known color: Torch Red. HEX triplet: FD, 19 and 42. RGB value is (253,25,66). Sum of RGB (Red+Green+Blue) = 253+25+66=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1942 is #02E6BD. Grayscale: #616161. Windows color (decimal): -190142 or 4332029. OLE color: 4332029.
HSL color Cylindrical-coordinate representation of color #FD1942: hue angle of 349.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1942 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 66 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.01 |
| HSL | 349.21º | 0.98% | 0.55% | - |
| HSV(B) | 349.21º | 0.9% | 0.99% | - |
| XYZ | 41.84 | 21.97 | 7.19 | - |
| YUV | 97.85 | 110.04 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 66 | 0 | 0.90 | 0.74 | 0.01 | 349.21 | 0.98 | 0.55 |
| Hex | FD | 19 | 42 | 0 | 5A | 4A | 1 | 15D | 62 | 37 |
| Octal | 375 | 31 | 102 | 0 | 132 | 112 | 1 | 535 | 142 | 67 |
| Binary | 11111101 | 11001 | 1000010 | 0 | 1011010 | 1001010 | 1 | 101011101 | 1100010 | 110111 |
Color Harmonies of #FD1942
Complementary color
Monochromatic Colors of #FD1942
Black with #FD1942
Text Example
Text Example
White with #FD1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1942; }
p { color: rgb(253,25,66); }
H1.HeaderClassName
{
color: #FD1942;
}
.AnyTagClassName
{
color: #FD1942;
}
</style>
background-color css
<style>
a { background-color: #FD1942; }
a { background-color: rgb(253,25,66); }
div.DivClassName
{
background-color: #FD1942;
}
.BgClassName
{
background-color: #FD1942;
}
</style>
border-color css
<style>
span { border-color: #FD1942; }
span { border-color: rgb(253,25,66); }
td.TdClassName
{
border-color: #FD1942;
}
.TagClassName
{
border-color: #FD1942;
}
</style>