Shades of Torch Red #FD1B31
Tints of Torch Red #FD1B31
RGB
CMYK
RGB Variations
Color information
#FD1B31 (or 0xFD1B31) is known color: Torch Red. HEX triplet: FD, 1B and 31. RGB value is (253,27,49). Sum of RGB (Red+Green+Blue) = 253+27+49=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1B31 is #02E4CE. Grayscale: #616161. Windows color (decimal): -189647 or 3218429. OLE color: 3218429.
HSL color Cylindrical-coordinate representation of color #FD1B31: hue angle of 354.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1B31 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 49 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.01 |
| HSL | 354.16º | 0.98% | 0.55% | - |
| HSV(B) | 354.16º | 0.89% | 0.99% | - |
| XYZ | 41.45 | 21.89 | 4.95 | - |
| YUV | 97.08 | 100.87 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 49 | 0 | 0.89 | 0.81 | 0.01 | 354.16 | 0.98 | 0.55 |
| Hex | FD | 1B | 31 | 0 | 59 | 51 | 1 | 162 | 62 | 37 |
| Octal | 375 | 33 | 61 | 0 | 131 | 121 | 1 | 542 | 142 | 67 |
| Binary | 11111101 | 11011 | 110001 | 0 | 1011001 | 1010001 | 1 | 101100010 | 1100010 | 110111 |
Color Harmonies of #FD1B31
Complementary color
Monochromatic Colors of #FD1B31
Black with #FD1B31
Text Example
Text Example
White with #FD1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1B31; }
p { color: rgb(253,27,49); }
H1.HeaderClassName
{
color: #FD1B31;
}
.AnyTagClassName
{
color: #FD1B31;
}
</style>
background-color css
<style>
a { background-color: #FD1B31; }
a { background-color: rgb(253,27,49); }
div.DivClassName
{
background-color: #FD1B31;
}
.BgClassName
{
background-color: #FD1B31;
}
</style>
border-color css
<style>
span { border-color: #FD1B31; }
span { border-color: rgb(253,27,49); }
td.TdClassName
{
border-color: #FD1B31;
}
.TagClassName
{
border-color: #FD1B31;
}
</style>