Shades of Torch Red #FD1F34
Tints of Torch Red #FD1F34
RGB
CMYK
RGB Variations
Color information
#FD1F34 (or 0xFD1F34) is known color: Torch Red. HEX triplet: FD, 1F and 34. RGB value is (253,31,52). Sum of RGB (Red+Green+Blue) = 253+31+52=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1F34 is #02E0CB. Grayscale: #636363. Windows color (decimal): -188620 or 3416061. OLE color: 3416061.
HSL color Cylindrical-coordinate representation of color #FD1F34: hue angle of 354.32º 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 #FD1F34 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 52 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.01 |
| HSL | 354.32º | 0.98% | 0.56% | - |
| HSV(B) | 354.32º | 0.88% | 0.99% | - |
| XYZ | 41.62 | 22.11 | 5.32 | - |
| YUV | 99.77 | 101.05 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 52 | 0 | 0.88 | 0.79 | 0.01 | 354.32 | 0.98 | 0.56 |
| Hex | FD | 1F | 34 | 0 | 58 | 4F | 1 | 162 | 62 | 38 |
| Octal | 375 | 37 | 64 | 0 | 130 | 117 | 1 | 542 | 142 | 70 |
| Binary | 11111101 | 11111 | 110100 | 0 | 1011000 | 1001111 | 1 | 101100010 | 1100010 | 111000 |
Color Harmonies of #FD1F34
Complementary color
Monochromatic Colors of #FD1F34
Black with #FD1F34
Text Example
Text Example
White with #FD1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1F34; }
p { color: rgb(253,31,52); }
H1.HeaderClassName
{
color: #FD1F34;
}
.AnyTagClassName
{
color: #FD1F34;
}
</style>
background-color css
<style>
a { background-color: #FD1F34; }
a { background-color: rgb(253,31,52); }
div.DivClassName
{
background-color: #FD1F34;
}
.BgClassName
{
background-color: #FD1F34;
}
</style>
border-color css
<style>
span { border-color: #FD1F34; }
span { border-color: rgb(253,31,52); }
td.TdClassName
{
border-color: #FD1F34;
}
.TagClassName
{
border-color: #FD1F34;
}
</style>