Shades of Torch Red #FF0F2A
Tints of Torch Red #FF0F2A
RGB
CMYK
RGB Variations
Color information
#FF0F2A (or 0xFF0F2A) is known color: Torch Red. HEX triplet: FF, 0F and 2A. RGB value is (255,15,42). Sum of RGB (Red+Green+Blue) = 255+15+42=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F2A is #00F0D5. Grayscale: #595959. Windows color (decimal): -61654 or 2756607. OLE color: 2756607.
HSL color Cylindrical-coordinate representation of color #FF0F2A: hue angle of 353.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F2A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 42 | - |
| CMYK | 0 | 0.94 | 0.84 | 0 |
| HSL | 353.25º | 1% | 0.53% | - |
| HSV(B) | 353.25º | 0.94% | 1% | - |
| XYZ | 41.83 | 21.77 | 4.19 | - |
| YUV | 89.84 | 101.01 | 245.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 42 | 0 | 0.94 | 0.84 | 0 | 353.25 | 1 | 0.53 |
| Hex | FF | F | 2A | 0 | 5E | 54 | 0 | 161 | 64 | 35 |
| Octal | 377 | 17 | 52 | 0 | 136 | 124 | 0 | 541 | 144 | 65 |
| Binary | 11111111 | 1111 | 101010 | 0 | 1011110 | 1010100 | 0 | 101100001 | 1100100 | 110101 |
Color Harmonies of #FF0F2A
Complementary color
Monochromatic Colors of #FF0F2A
Black with #FF0F2A
Text Example
Text Example
White with #FF0F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F2A; }
p { color: rgb(255,15,42); }
H1.HeaderClassName
{
color: #FF0F2A;
}
.AnyTagClassName
{
color: #FF0F2A;
}
</style>
background-color css
<style>
a { background-color: #FF0F2A; }
a { background-color: rgb(255,15,42); }
div.DivClassName
{
background-color: #FF0F2A;
}
.BgClassName
{
background-color: #FF0F2A;
}
</style>
border-color css
<style>
span { border-color: #FF0F2A; }
span { border-color: rgb(255,15,42); }
td.TdClassName
{
border-color: #FF0F2A;
}
.TagClassName
{
border-color: #FF0F2A;
}
</style>