Shades of Torch Red #FD1A20
Tints of Torch Red #FD1A20
RGB
CMYK
RGB Variations
Color information
#FD1A20 (or 0xFD1A20) is known color: Torch Red. HEX triplet: FD, 1A and 20. RGB value is (253,26,32). Sum of RGB (Red+Green+Blue) = 253+26+32=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1A20 is #02E5DF. Grayscale: #5E5E5E. Windows color (decimal): -189920 or 2104061. OLE color: 2104061.
HSL color Cylindrical-coordinate representation of color #FD1A20: hue angle of 358.41º 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 #FD1A20 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.01 |
| HSL | 358.41º | 0.98% | 0.55% | - |
| HSV(B) | 358.41º | 0.9% | 0.99% | - |
| XYZ | 41.14 | 21.73 | 3.39 | - |
| YUV | 94.56 | 92.71 | 241.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 32 | 0 | 0.90 | 0.87 | 0.01 | 358.41 | 0.98 | 0.55 |
| Hex | FD | 1A | 20 | 0 | 5A | 57 | 1 | 166 | 62 | 37 |
| Octal | 375 | 32 | 40 | 0 | 132 | 127 | 1 | 546 | 142 | 67 |
| Binary | 11111101 | 11010 | 100000 | 0 | 1011010 | 1010111 | 1 | 101100110 | 1100010 | 110111 |
Color Harmonies of #FD1A20
Complementary color
Monochromatic Colors of #FD1A20
Black with #FD1A20
Text Example
Text Example
White with #FD1A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A20; }
p { color: rgb(253,26,32); }
H1.HeaderClassName
{
color: #FD1A20;
}
.AnyTagClassName
{
color: #FD1A20;
}
</style>
background-color css
<style>
a { background-color: #FD1A20; }
a { background-color: rgb(253,26,32); }
div.DivClassName
{
background-color: #FD1A20;
}
.BgClassName
{
background-color: #FD1A20;
}
</style>
border-color css
<style>
span { border-color: #FD1A20; }
span { border-color: rgb(253,26,32); }
td.TdClassName
{
border-color: #FD1A20;
}
.TagClassName
{
border-color: #FD1A20;
}
</style>