Shades of Torch Red #FF0F43
Tints of Torch Red #FF0F43
RGB
CMYK
RGB Variations
Color information
#FF0F43 (or 0xFF0F43) is known color: Torch Red. HEX triplet: FF, 0F and 43. RGB value is (255,15,67). Sum of RGB (Red+Green+Blue) = 255+15+67=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F43 is #00F0BC. Grayscale: #5C5C5C. Windows color (decimal): -61629 or 4395007. OLE color: 4395007.
HSL color Cylindrical-coordinate representation of color #FF0F43: hue angle of 347º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F43 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 67 | - |
| CMYK | 0 | 0.94 | 0.74 | 0 |
| HSL | 347º | 1% | 0.53% | - |
| HSV(B) | 347º | 0.94% | 1% | - |
| XYZ | 42.42 | 22.01 | 7.32 | - |
| YUV | 92.69 | 113.51 | 243.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 67 | 0 | 0.94 | 0.74 | 0 | 347 | 1 | 0.53 |
| Hex | FF | F | 43 | 0 | 5E | 4A | 0 | 15B | 64 | 35 |
| Octal | 377 | 17 | 103 | 0 | 136 | 112 | 0 | 533 | 144 | 65 |
| Binary | 11111111 | 1111 | 1000011 | 0 | 1011110 | 1001010 | 0 | 101011011 | 1100100 | 110101 |
Color Harmonies of #FF0F43
Complementary color
Monochromatic Colors of #FF0F43
Black with #FF0F43
Text Example
Text Example
White with #FF0F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F43; }
p { color: rgb(255,15,67); }
H1.HeaderClassName
{
color: #FF0F43;
}
.AnyTagClassName
{
color: #FF0F43;
}
</style>
background-color css
<style>
a { background-color: #FF0F43; }
a { background-color: rgb(255,15,67); }
div.DivClassName
{
background-color: #FF0F43;
}
.BgClassName
{
background-color: #FF0F43;
}
</style>
border-color css
<style>
span { border-color: #FF0F43; }
span { border-color: rgb(255,15,67); }
td.TdClassName
{
border-color: #FF0F43;
}
.TagClassName
{
border-color: #FF0F43;
}
</style>