Shades of Torch Red #FF031F
Tints of Torch Red #FF031F
RGB
CMYK
RGB Variations
Color information
#FF031F (or 0xFF031F) is known color: Torch Red. HEX triplet: FF, 03 and 1F. RGB value is (255,3,31). Sum of RGB (Red+Green+Blue) = 255+3+31=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF031F is #00FCE0. Grayscale: #515151. Windows color (decimal): -64737 or 2032639. OLE color: 2032639.
HSL color Cylindrical-coordinate representation of color #FF031F: hue angle of 353.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF031F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0 |
| HSL | 353.33º | 1% | 0.51% | - |
| HSV(B) | 353.33º | 0.99% | 1% | - |
| XYZ | 41.52 | 21.42 | 3.24 | - |
| YUV | 81.54 | 99.49 | 251.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 31 | 0 | 0.99 | 0.88 | 0 | 353.33 | 1 | 0.51 |
| Hex | FF | 3 | 1F | 0 | 63 | 58 | 0 | 161 | 64 | 33 |
| Octal | 377 | 3 | 37 | 0 | 143 | 130 | 0 | 541 | 144 | 63 |
| Binary | 11111111 | 11 | 11111 | 0 | 1100011 | 1011000 | 0 | 101100001 | 1100100 | 110011 |
Color Harmonies of #FF031F
Complementary color
Monochromatic Colors of #FF031F
Black with #FF031F
Text Example
Text Example
White with #FF031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF031F; }
p { color: rgb(255,3,31); }
H1.HeaderClassName
{
color: #FF031F;
}
.AnyTagClassName
{
color: #FF031F;
}
</style>
background-color css
<style>
a { background-color: #FF031F; }
a { background-color: rgb(255,3,31); }
div.DivClassName
{
background-color: #FF031F;
}
.BgClassName
{
background-color: #FF031F;
}
</style>
border-color css
<style>
span { border-color: #FF031F; }
span { border-color: rgb(255,3,31); }
td.TdClassName
{
border-color: #FF031F;
}
.TagClassName
{
border-color: #FF031F;
}
</style>