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