Shades of Torch Red #FF0A0F
Tints of Torch Red #FF0A0F
RGB
CMYK
RGB Variations
Color information
#FF0A0F (or 0xFF0A0F) is known color: Torch Red. HEX triplet: FF, 0A and 0F. RGB value is (255,10,15). Sum of RGB (Red+Green+Blue) = 255+10+15=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A0F is #00F5F0. Grayscale: #545454. Windows color (decimal): -62961 or 985855. OLE color: 985855.
HSL color Cylindrical-coordinate representation of color #FF0A0F: hue angle of 358.78º 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 #FF0A0F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0 |
| HSL | 358.78º | 1% | 0.52% | - |
| HSV(B) | 358.78º | 0.96% | 1% | - |
| XYZ | 41.43 | 21.51 | 2.42 | - |
| YUV | 83.83 | 89.17 | 250.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 15 | 0 | 0.96 | 0.94 | 0 | 358.78 | 1 | 0.52 |
| Hex | FF | A | F | 0 | 60 | 5E | 0 | 167 | 64 | 34 |
| Octal | 377 | 12 | 17 | 0 | 140 | 136 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1010 | 1111 | 0 | 1100000 | 1011110 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF0A0F
Complementary color
Monochromatic Colors of #FF0A0F
Black with #FF0A0F
Text Example
Text Example
White with #FF0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A0F; }
p { color: rgb(255,10,15); }
H1.HeaderClassName
{
color: #FF0A0F;
}
.AnyTagClassName
{
color: #FF0A0F;
}
</style>
background-color css
<style>
a { background-color: #FF0A0F; }
a { background-color: rgb(255,10,15); }
div.DivClassName
{
background-color: #FF0A0F;
}
.BgClassName
{
background-color: #FF0A0F;
}
</style>
border-color css
<style>
span { border-color: #FF0A0F; }
span { border-color: rgb(255,10,15); }
td.TdClassName
{
border-color: #FF0A0F;
}
.TagClassName
{
border-color: #FF0A0F;
}
</style>