Shades of Torch Red #FF0A45
Tints of Torch Red #FF0A45
RGB
CMYK
RGB Variations
Color information
#FF0A45 (or 0xFF0A45) is known color: Torch Red. HEX triplet: FF, 0A and 45. RGB value is (255,10,69). Sum of RGB (Red+Green+Blue) = 255+10+69=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A45 is #00F5BA. Grayscale: #595959. Windows color (decimal): -62907 or 4524799. OLE color: 4524799.
HSL color Cylindrical-coordinate representation of color #FF0A45: hue angle of 345.55º 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 #FF0A45 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 69 | - |
| CMYK | 0 | 0.96 | 0.73 | 0 |
| HSL | 345.55º | 1% | 0.52% | - |
| HSV(B) | 345.55º | 0.96% | 1% | - |
| XYZ | 42.42 | 21.91 | 7.62 | - |
| YUV | 89.98 | 116.17 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 69 | 0 | 0.96 | 0.73 | 0 | 345.55 | 1 | 0.52 |
| Hex | FF | A | 45 | 0 | 60 | 49 | 0 | 15A | 64 | 34 |
| Octal | 377 | 12 | 105 | 0 | 140 | 111 | 0 | 532 | 144 | 64 |
| Binary | 11111111 | 1010 | 1000101 | 0 | 1100000 | 1001001 | 0 | 101011010 | 1100100 | 110100 |
Color Harmonies of #FF0A45
Complementary color
Monochromatic Colors of #FF0A45
Black with #FF0A45
Text Example
Text Example
White with #FF0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A45; }
p { color: rgb(255,10,69); }
H1.HeaderClassName
{
color: #FF0A45;
}
.AnyTagClassName
{
color: #FF0A45;
}
</style>
background-color css
<style>
a { background-color: #FF0A45; }
a { background-color: rgb(255,10,69); }
div.DivClassName
{
background-color: #FF0A45;
}
.BgClassName
{
background-color: #FF0A45;
}
</style>
border-color css
<style>
span { border-color: #FF0A45; }
span { border-color: rgb(255,10,69); }
td.TdClassName
{
border-color: #FF0A45;
}
.TagClassName
{
border-color: #FF0A45;
}
</style>