Shades of Torch Red #FF0A46
Tints of Torch Red #FF0A46
RGB
CMYK
RGB Variations
Color information
#FF0A46 (or 0xFF0A46) is known color: Torch Red. HEX triplet: FF, 0A and 46. RGB value is (255,10,70). Sum of RGB (Red+Green+Blue) = 255+10+70=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A46 is #00F5B9. Grayscale: #5A5A5A. Windows color (decimal): -62906 or 4590335. OLE color: 4590335.
HSL color Cylindrical-coordinate representation of color #FF0A46: hue angle of 345.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A46 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 70 | - |
| CMYK | 0 | 0.96 | 0.73 | 0 |
| HSL | 345.31º | 1% | 0.52% | - |
| HSV(B) | 345.31º | 0.96% | 1% | - |
| XYZ | 42.45 | 21.92 | 7.79 | - |
| YUV | 90.1 | 116.67 | 245.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 70 | 0 | 0.96 | 0.73 | 0 | 345.31 | 1 | 0.52 |
| Hex | FF | A | 46 | 0 | 60 | 49 | 0 | 159 | 64 | 34 |
| Octal | 377 | 12 | 106 | 0 | 140 | 111 | 0 | 531 | 144 | 64 |
| Binary | 11111111 | 1010 | 1000110 | 0 | 1100000 | 1001001 | 0 | 101011001 | 1100100 | 110100 |
Color Harmonies of #FF0A46
Complementary color
Monochromatic Colors of #FF0A46
Black with #FF0A46
Text Example
Text Example
White with #FF0A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A46; }
p { color: rgb(255,10,70); }
H1.HeaderClassName
{
color: #FF0A46;
}
.AnyTagClassName
{
color: #FF0A46;
}
</style>
background-color css
<style>
a { background-color: #FF0A46; }
a { background-color: rgb(255,10,70); }
div.DivClassName
{
background-color: #FF0A46;
}
.BgClassName
{
background-color: #FF0A46;
}
</style>
border-color css
<style>
span { border-color: #FF0A46; }
span { border-color: rgb(255,10,70); }
td.TdClassName
{
border-color: #FF0A46;
}
.TagClassName
{
border-color: #FF0A46;
}
</style>