Shades of Torch Red #FF2731
Tints of Torch Red #FF2731
RGB
CMYK
RGB Variations
Color information
#FF2731 (or 0xFF2731) is known color: Torch Red. HEX triplet: FF, 27 and 31. RGB value is (255,39,49). Sum of RGB (Red+Green+Blue) = 255+39+49=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2731 is #00D8CE. Grayscale: #686868. Windows color (decimal): -55503 or 3221503. OLE color: 3221503.
HSL color Cylindrical-coordinate representation of color #FF2731: hue angle of 357.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2731 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 49 | - |
| CMYK | 0 | 0.85 | 0.81 | 0 |
| HSL | 357.22º | 1% | 0.58% | - |
| HSV(B) | 357.22º | 0.85% | 1% | - |
| XYZ | 42.52 | 22.93 | 5.09 | - |
| YUV | 104.72 | 96.56 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 49 | 0 | 0.85 | 0.81 | 0 | 357.22 | 1 | 0.58 |
| Hex | FF | 27 | 31 | 0 | 55 | 51 | 0 | 165 | 64 | 3A |
| Octal | 377 | 47 | 61 | 0 | 125 | 121 | 0 | 545 | 144 | 72 |
| Binary | 11111111 | 100111 | 110001 | 0 | 1010101 | 1010001 | 0 | 101100101 | 1100100 | 111010 |
Color Harmonies of #FF2731
Complementary color
Monochromatic Colors of #FF2731
Black with #FF2731
Text Example
Text Example
White with #FF2731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2731; }
p { color: rgb(255,39,49); }
H1.HeaderClassName
{
color: #FF2731;
}
.AnyTagClassName
{
color: #FF2731;
}
</style>
background-color css
<style>
a { background-color: #FF2731; }
a { background-color: rgb(255,39,49); }
div.DivClassName
{
background-color: #FF2731;
}
.BgClassName
{
background-color: #FF2731;
}
</style>
border-color css
<style>
span { border-color: #FF2731; }
span { border-color: rgb(255,39,49); }
td.TdClassName
{
border-color: #FF2731;
}
.TagClassName
{
border-color: #FF2731;
}
</style>