Shades of Torch Red #FF0A37
Tints of Torch Red #FF0A37
RGB
CMYK
RGB Variations
Color information
#FF0A37 (or 0xFF0A37) is known color: Torch Red. HEX triplet: FF, 0A and 37. RGB value is (255,10,55). Sum of RGB (Red+Green+Blue) = 255+10+55=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A37 is #00F5C8. Grayscale: #585858. Windows color (decimal): -62921 or 3607295. OLE color: 3607295.
HSL color Cylindrical-coordinate representation of color #FF0A37: hue angle of 348.98º 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 #FF0A37 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 55 | - |
| CMYK | 0 | 0.96 | 0.78 | 0 |
| HSL | 348.98º | 1% | 0.52% | - |
| HSV(B) | 348.98º | 0.96% | 1% | - |
| XYZ | 42.04 | 21.75 | 5.6 | - |
| YUV | 88.39 | 109.17 | 246.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 55 | 0 | 0.96 | 0.78 | 0 | 348.98 | 1 | 0.52 |
| Hex | FF | A | 37 | 0 | 60 | 4E | 0 | 15D | 64 | 34 |
| Octal | 377 | 12 | 67 | 0 | 140 | 116 | 0 | 535 | 144 | 64 |
| Binary | 11111111 | 1010 | 110111 | 0 | 1100000 | 1001110 | 0 | 101011101 | 1100100 | 110100 |
Color Harmonies of #FF0A37
Complementary color
Monochromatic Colors of #FF0A37
Black with #FF0A37
Text Example
Text Example
White with #FF0A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A37; }
p { color: rgb(255,10,55); }
H1.HeaderClassName
{
color: #FF0A37;
}
.AnyTagClassName
{
color: #FF0A37;
}
</style>
background-color css
<style>
a { background-color: #FF0A37; }
a { background-color: rgb(255,10,55); }
div.DivClassName
{
background-color: #FF0A37;
}
.BgClassName
{
background-color: #FF0A37;
}
</style>
border-color css
<style>
span { border-color: #FF0A37; }
span { border-color: rgb(255,10,55); }
td.TdClassName
{
border-color: #FF0A37;
}
.TagClassName
{
border-color: #FF0A37;
}
</style>