Shades of Torch Red #FD1F2C
Tints of Torch Red #FD1F2C
RGB
CMYK
RGB Variations
Color information
#FD1F2C (or 0xFD1F2C) is known color: Torch Red. HEX triplet: FD, 1F and 2C. RGB value is (253,31,44). Sum of RGB (Red+Green+Blue) = 253+31+44=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1F2C is #02E0D3. Grayscale: #636363. Windows color (decimal): -188628 or 2891773. OLE color: 2891773.
HSL color Cylindrical-coordinate representation of color #FD1F2C: hue angle of 356.49º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1F2C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 44 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.01 |
| HSL | 356.49º | 0.98% | 0.56% | - |
| HSV(B) | 356.49º | 0.88% | 0.99% | - |
| XYZ | 41.45 | 22.04 | 4.45 | - |
| YUV | 98.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 44 | 0 | 0.88 | 0.83 | 0.01 | 356.49 | 0.98 | 0.56 |
| Hex | FD | 1F | 2C | 0 | 58 | 53 | 1 | 164 | 62 | 38 |
| Octal | 375 | 37 | 54 | 0 | 130 | 123 | 1 | 544 | 142 | 70 |
| Binary | 11111101 | 11111 | 101100 | 0 | 1011000 | 1010011 | 1 | 101100100 | 1100010 | 111000 |
Color Harmonies of #FD1F2C
Complementary color
Monochromatic Colors of #FD1F2C
Black with #FD1F2C
Text Example
Text Example
White with #FD1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1F2C; }
p { color: rgb(253,31,44); }
H1.HeaderClassName
{
color: #FD1F2C;
}
.AnyTagClassName
{
color: #FD1F2C;
}
</style>
background-color css
<style>
a { background-color: #FD1F2C; }
a { background-color: rgb(253,31,44); }
div.DivClassName
{
background-color: #FD1F2C;
}
.BgClassName
{
background-color: #FD1F2C;
}
</style>
border-color css
<style>
span { border-color: #FD1F2C; }
span { border-color: rgb(253,31,44); }
td.TdClassName
{
border-color: #FD1F2C;
}
.TagClassName
{
border-color: #FD1F2C;
}
</style>