Shades of Torch Red #FF1F43
Tints of Torch Red #FF1F43
RGB
CMYK
RGB Variations
Color information
#FF1F43 (or 0xFF1F43) is known color: Torch Red. HEX triplet: FF, 1F and 43. RGB value is (255,31,67). Sum of RGB (Red+Green+Blue) = 255+31+67=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F43 is #00E0BC. Grayscale: #666666. Windows color (decimal): -57533 or 4399103. OLE color: 4399103.
HSL color Cylindrical-coordinate representation of color #FF1F43: hue angle of 350.36º 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 #FF1F43 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 67 | - |
| CMYK | 0 | 0.88 | 0.74 | 0 |
| HSL | 350.36º | 1% | 0.56% | - |
| HSV(B) | 350.36º | 0.88% | 1% | - |
| XYZ | 42.74 | 22.65 | 7.43 | - |
| YUV | 102.08 | 108.21 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 67 | 0 | 0.88 | 0.74 | 0 | 350.36 | 1 | 0.56 |
| Hex | FF | 1F | 43 | 0 | 58 | 4A | 0 | 15E | 64 | 38 |
| Octal | 377 | 37 | 103 | 0 | 130 | 112 | 0 | 536 | 144 | 70 |
| Binary | 11111111 | 11111 | 1000011 | 0 | 1011000 | 1001010 | 0 | 101011110 | 1100100 | 111000 |
Color Harmonies of #FF1F43
Complementary color
Monochromatic Colors of #FF1F43
Black with #FF1F43
Text Example
Text Example
White with #FF1F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F43; }
p { color: rgb(255,31,67); }
H1.HeaderClassName
{
color: #FF1F43;
}
.AnyTagClassName
{
color: #FF1F43;
}
</style>
background-color css
<style>
a { background-color: #FF1F43; }
a { background-color: rgb(255,31,67); }
div.DivClassName
{
background-color: #FF1F43;
}
.BgClassName
{
background-color: #FF1F43;
}
</style>
border-color css
<style>
span { border-color: #FF1F43; }
span { border-color: rgb(255,31,67); }
td.TdClassName
{
border-color: #FF1F43;
}
.TagClassName
{
border-color: #FF1F43;
}
</style>