Shades of Torch Red #FF0A2F
Tints of Torch Red #FF0A2F
RGB
CMYK
RGB Variations
Color information
#FF0A2F (or 0xFF0A2F) is known color: Torch Red. HEX triplet: FF, 0A and 2F. RGB value is (255,10,47). Sum of RGB (Red+Green+Blue) = 255+10+47=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A2F is #00F5D0. Grayscale: #575757. Windows color (decimal): -62929 or 3083007. OLE color: 3083007.
HSL color Cylindrical-coordinate representation of color #FF0A2F: hue angle of 350.94º 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 #FF0A2F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 47 | - |
| CMYK | 0 | 0.96 | 0.82 | 0 |
| HSL | 350.94º | 1% | 0.52% | - |
| HSV(B) | 350.94º | 0.96% | 1% | - |
| XYZ | 41.86 | 21.68 | 4.67 | - |
| YUV | 87.47 | 105.17 | 247.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 47 | 0 | 0.96 | 0.82 | 0 | 350.94 | 1 | 0.52 |
| Hex | FF | A | 2F | 0 | 60 | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 12 | 57 | 0 | 140 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1010 | 101111 | 0 | 1100000 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF0A2F
Complementary color
Monochromatic Colors of #FF0A2F
Black with #FF0A2F
Text Example
Text Example
White with #FF0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A2F; }
p { color: rgb(255,10,47); }
H1.HeaderClassName
{
color: #FF0A2F;
}
.AnyTagClassName
{
color: #FF0A2F;
}
</style>
background-color css
<style>
a { background-color: #FF0A2F; }
a { background-color: rgb(255,10,47); }
div.DivClassName
{
background-color: #FF0A2F;
}
.BgClassName
{
background-color: #FF0A2F;
}
</style>
border-color css
<style>
span { border-color: #FF0A2F; }
span { border-color: rgb(255,10,47); }
td.TdClassName
{
border-color: #FF0A2F;
}
.TagClassName
{
border-color: #FF0A2F;
}
</style>