Shades of Torch Red #FF0A40
Tints of Torch Red #FF0A40
RGB
CMYK
RGB Variations
Color information
#FF0A40 (or 0xFF0A40) is known color: Torch Red. HEX triplet: FF, 0A and 40. RGB value is (255,10,64). Sum of RGB (Red+Green+Blue) = 255+10+64=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A40 is #00F5BF. Grayscale: #595959. Windows color (decimal): -62912 or 4197119. OLE color: 4197119.
HSL color Cylindrical-coordinate representation of color #FF0A40: hue angle of 346.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 #FF0A40 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 64 | - |
| CMYK | 0 | 0.96 | 0.75 | 0 |
| HSL | 346.78º | 1% | 0.52% | - |
| HSV(B) | 346.78º | 0.96% | 1% | - |
| XYZ | 42.27 | 21.85 | 6.84 | - |
| YUV | 89.41 | 113.67 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 64 | 0 | 0.96 | 0.75 | 0 | 346.78 | 1 | 0.52 |
| Hex | FF | A | 40 | 0 | 60 | 4B | 0 | 15B | 64 | 34 |
| Octal | 377 | 12 | 100 | 0 | 140 | 113 | 0 | 533 | 144 | 64 |
| Binary | 11111111 | 1010 | 1000000 | 0 | 1100000 | 1001011 | 0 | 101011011 | 1100100 | 110100 |
Color Harmonies of #FF0A40
Complementary color
Monochromatic Colors of #FF0A40
Black with #FF0A40
Text Example
Text Example
White with #FF0A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A40; }
p { color: rgb(255,10,64); }
H1.HeaderClassName
{
color: #FF0A40;
}
.AnyTagClassName
{
color: #FF0A40;
}
</style>
background-color css
<style>
a { background-color: #FF0A40; }
a { background-color: rgb(255,10,64); }
div.DivClassName
{
background-color: #FF0A40;
}
.BgClassName
{
background-color: #FF0A40;
}
</style>
border-color css
<style>
span { border-color: #FF0A40; }
span { border-color: rgb(255,10,64); }
td.TdClassName
{
border-color: #FF0A40;
}
.TagClassName
{
border-color: #FF0A40;
}
</style>