Shades of Torch Red #FF1F34
Tints of Torch Red #FF1F34
RGB
CMYK
RGB Variations
Color information
#FF1F34 (or 0xFF1F34) is known color: Torch Red. HEX triplet: FF, 1F and 34. RGB value is (255,31,52). Sum of RGB (Red+Green+Blue) = 255+31+52=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F34 is #00E0CB. Grayscale: #646464. Windows color (decimal): -57548 or 3416063. OLE color: 3416063.
HSL color Cylindrical-coordinate representation of color #FF1F34: hue angle of 354.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F34 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 52 | - |
| CMYK | 0 | 0.88 | 0.80 | 0 |
| HSL | 354.38º | 1% | 0.56% | - |
| HSV(B) | 354.38º | 0.88% | 1% | - |
| XYZ | 42.35 | 22.49 | 5.36 | - |
| YUV | 100.37 | 100.71 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 52 | 0 | 0.88 | 0.80 | 0 | 354.38 | 1 | 0.56 |
| Hex | FF | 1F | 34 | 0 | 58 | 50 | 0 | 162 | 64 | 38 |
| Octal | 377 | 37 | 64 | 0 | 130 | 120 | 0 | 542 | 144 | 70 |
| Binary | 11111111 | 11111 | 110100 | 0 | 1011000 | 1010000 | 0 | 101100010 | 1100100 | 111000 |
Color Harmonies of #FF1F34
Complementary color
Monochromatic Colors of #FF1F34
Black with #FF1F34
Text Example
Text Example
White with #FF1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F34; }
p { color: rgb(255,31,52); }
H1.HeaderClassName
{
color: #FF1F34;
}
.AnyTagClassName
{
color: #FF1F34;
}
</style>
background-color css
<style>
a { background-color: #FF1F34; }
a { background-color: rgb(255,31,52); }
div.DivClassName
{
background-color: #FF1F34;
}
.BgClassName
{
background-color: #FF1F34;
}
</style>
border-color css
<style>
span { border-color: #FF1F34; }
span { border-color: rgb(255,31,52); }
td.TdClassName
{
border-color: #FF1F34;
}
.TagClassName
{
border-color: #FF1F34;
}
</style>