Shades of Torch Red #FD2141
Tints of Torch Red #FD2141
RGB
CMYK
RGB Variations
Color information
#FD2141 (or 0xFD2141) is known color: Torch Red. HEX triplet: FD, 21 and 41. RGB value is (253,33,65). Sum of RGB (Red+Green+Blue) = 253+33+65=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2141 is #02DEBE. Grayscale: #666666. Windows color (decimal): -188095 or 4268541. OLE color: 4268541.
HSL color Cylindrical-coordinate representation of color #FD2141: hue angle of 351.27º 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 #FD2141 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 65 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.01 |
| HSL | 351.27º | 0.98% | 0.56% | - |
| HSV(B) | 351.27º | 0.87% | 0.99% | - |
| XYZ | 42.01 | 22.35 | 7.1 | - |
| YUV | 102.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 65 | 0 | 0.87 | 0.74 | 0.01 | 351.27 | 0.98 | 0.56 |
| Hex | FD | 21 | 41 | 0 | 57 | 4A | 1 | 15F | 62 | 38 |
| Octal | 375 | 41 | 101 | 0 | 127 | 112 | 1 | 537 | 142 | 70 |
| Binary | 11111101 | 100001 | 1000001 | 0 | 1010111 | 1001010 | 1 | 101011111 | 1100010 | 111000 |
Color Harmonies of #FD2141
Complementary color
Monochromatic Colors of #FD2141
Black with #FD2141
Text Example
Text Example
White with #FD2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2141; }
p { color: rgb(253,33,65); }
H1.HeaderClassName
{
color: #FD2141;
}
.AnyTagClassName
{
color: #FD2141;
}
</style>
background-color css
<style>
a { background-color: #FD2141; }
a { background-color: rgb(253,33,65); }
div.DivClassName
{
background-color: #FD2141;
}
.BgClassName
{
background-color: #FD2141;
}
</style>
border-color css
<style>
span { border-color: #FD2141; }
span { border-color: rgb(253,33,65); }
td.TdClassName
{
border-color: #FD2141;
}
.TagClassName
{
border-color: #FD2141;
}
</style>