Shades of Torch Red #FD1851
Tints of Torch Red #FD1851
RGB
CMYK
RGB Variations
Color information
#FD1851 (or 0xFD1851) is known color: Torch Red. HEX triplet: FD, 18 and 51. RGB value is (253,24,81). Sum of RGB (Red+Green+Blue) = 253+24+81=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1851 is #02E7AE. Grayscale: #626262. Windows color (decimal): -190383 or 5314813. OLE color: 5314813.
HSL color Cylindrical-coordinate representation of color #FD1851: hue angle of 345.07º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1851 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 81 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.01 |
| HSL | 345.07º | 0.98% | 0.54% | - |
| HSV(B) | 345.07º | 0.91% | 0.99% | - |
| XYZ | 42.32 | 22.13 | 9.83 | - |
| YUV | 98.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 81 | 0 | 0.91 | 0.68 | 0.01 | 345.07 | 0.98 | 0.54 |
| Hex | FD | 18 | 51 | 0 | 5B | 44 | 1 | 159 | 62 | 36 |
| Octal | 375 | 30 | 121 | 0 | 133 | 104 | 1 | 531 | 142 | 66 |
| Binary | 11111101 | 11000 | 1010001 | 0 | 1011011 | 1000100 | 1 | 101011001 | 1100010 | 110110 |
Color Harmonies of #FD1851
Complementary color
Monochromatic Colors of #FD1851
Black with #FD1851
Text Example
Text Example
White with #FD1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1851; }
p { color: rgb(253,24,81); }
H1.HeaderClassName
{
color: #FD1851;
}
.AnyTagClassName
{
color: #FD1851;
}
</style>
background-color css
<style>
a { background-color: #FD1851; }
a { background-color: rgb(253,24,81); }
div.DivClassName
{
background-color: #FD1851;
}
.BgClassName
{
background-color: #FD1851;
}
</style>
border-color css
<style>
span { border-color: #FD1851; }
span { border-color: rgb(253,24,81); }
td.TdClassName
{
border-color: #FD1851;
}
.TagClassName
{
border-color: #FD1851;
}
</style>