Shades of Torch Red #FF031B
Tints of Torch Red #FF031B
RGB
CMYK
RGB Variations
Color information
#FF031B (or 0xFF031B) is known color: Torch Red. HEX triplet: FF, 03 and 1B. RGB value is (255,3,27). Sum of RGB (Red+Green+Blue) = 255+3+27=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF031B is #00FCE4. Grayscale: #515151. Windows color (decimal): -64741 or 1770495. OLE color: 1770495.
HSL color Cylindrical-coordinate representation of color #FF031B: hue angle of 354.29º 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 #FF031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0 |
| HSL | 354.29º | 1% | 0.51% | - |
| HSV(B) | 354.29º | 0.99% | 1% | - |
| XYZ | 41.47 | 21.4 | 2.98 | - |
| YUV | 81.08 | 97.49 | 252.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 27 | 0 | 0.99 | 0.89 | 0 | 354.29 | 1 | 0.51 |
| Hex | FF | 3 | 1B | 0 | 63 | 59 | 0 | 162 | 64 | 33 |
| Octal | 377 | 3 | 33 | 0 | 143 | 131 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 11 | 11011 | 0 | 1100011 | 1011001 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF031B
Complementary color
Monochromatic Colors of #FF031B
Black with #FF031B
Text Example
Text Example
White with #FF031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF031B; }
p { color: rgb(255,3,27); }
H1.HeaderClassName
{
color: #FF031B;
}
.AnyTagClassName
{
color: #FF031B;
}
</style>
background-color css
<style>
a { background-color: #FF031B; }
a { background-color: rgb(255,3,27); }
div.DivClassName
{
background-color: #FF031B;
}
.BgClassName
{
background-color: #FF031B;
}
</style>
border-color css
<style>
span { border-color: #FF031B; }
span { border-color: rgb(255,3,27); }
td.TdClassName
{
border-color: #FF031B;
}
.TagClassName
{
border-color: #FF031B;
}
</style>