Shades of Torch Red #FF0231
Tints of Torch Red #FF0231
RGB
CMYK
RGB Variations
Color information
#FF0231 (or 0xFF0231) is known color: Torch Red. HEX triplet: FF, 02 and 31. RGB value is (255,2,49). Sum of RGB (Red+Green+Blue) = 255+2+49=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0231 is #00FDCE. Grayscale: #535353. Windows color (decimal): -64975 or 3212031. OLE color: 3212031.
HSL color Cylindrical-coordinate representation of color #FF0231: hue angle of 348.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0231 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.81 | 0 |
| HSL | 348.85º | 1% | 0.5% | - |
| HSV(B) | 348.85º | 0.99% | 1% | - |
| XYZ | 41.82 | 21.53 | 4.86 | - |
| YUV | 83.01 | 108.82 | 250.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 49 | 0 | 0.99 | 0.81 | 0 | 348.85 | 1 | 0.5 |
| Hex | FF | 2 | 31 | 0 | 63 | 51 | 0 | 15D | 64 | 32 |
| Octal | 377 | 2 | 61 | 0 | 143 | 121 | 0 | 535 | 144 | 62 |
| Binary | 11111111 | 10 | 110001 | 0 | 1100011 | 1010001 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FF0231
Complementary color
Monochromatic Colors of #FF0231
Black with #FF0231
Text Example
Text Example
White with #FF0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0231; }
p { color: rgb(255,2,49); }
H1.HeaderClassName
{
color: #FF0231;
}
.AnyTagClassName
{
color: #FF0231;
}
</style>
background-color css
<style>
a { background-color: #FF0231; }
a { background-color: rgb(255,2,49); }
div.DivClassName
{
background-color: #FF0231;
}
.BgClassName
{
background-color: #FF0231;
}
</style>
border-color css
<style>
span { border-color: #FF0231; }
span { border-color: rgb(255,2,49); }
td.TdClassName
{
border-color: #FF0231;
}
.TagClassName
{
border-color: #FF0231;
}
</style>