Shades of Torch Red #FF2131
Tints of Torch Red #FF2131
RGB
CMYK
RGB Variations
Color information
#FF2131 (or 0xFF2131) is known color: Torch Red. HEX triplet: FF, 21 and 31. RGB value is (255,33,49). Sum of RGB (Red+Green+Blue) = 255+33+49=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2131 is #00DECE. Grayscale: #656565. Windows color (decimal): -57039 or 3219967. OLE color: 3219967.
HSL color Cylindrical-coordinate representation of color #FF2131: hue angle of 355.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2131 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 49 | - |
| CMYK | 0 | 0.87 | 0.81 | 0 |
| HSL | 355.68º | 1% | 0.56% | - |
| HSV(B) | 355.68º | 0.87% | 1% | - |
| XYZ | 42.34 | 22.57 | 5.03 | - |
| YUV | 101.2 | 98.55 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 49 | 0 | 0.87 | 0.81 | 0 | 355.68 | 1 | 0.56 |
| Hex | FF | 21 | 31 | 0 | 57 | 51 | 0 | 164 | 64 | 38 |
| Octal | 377 | 41 | 61 | 0 | 127 | 121 | 0 | 544 | 144 | 70 |
| Binary | 11111111 | 100001 | 110001 | 0 | 1010111 | 1010001 | 0 | 101100100 | 1100100 | 111000 |
Color Harmonies of #FF2131
Complementary color
Monochromatic Colors of #FF2131
Black with #FF2131
Text Example
Text Example
White with #FF2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2131; }
p { color: rgb(255,33,49); }
H1.HeaderClassName
{
color: #FF2131;
}
.AnyTagClassName
{
color: #FF2131;
}
</style>
background-color css
<style>
a { background-color: #FF2131; }
a { background-color: rgb(255,33,49); }
div.DivClassName
{
background-color: #FF2131;
}
.BgClassName
{
background-color: #FF2131;
}
</style>
border-color css
<style>
span { border-color: #FF2131; }
span { border-color: rgb(255,33,49); }
td.TdClassName
{
border-color: #FF2131;
}
.TagClassName
{
border-color: #FF2131;
}
</style>