Shades of Torch Red #FF031A
Tints of Torch Red #FF031A
RGB
CMYK
RGB Variations
Color information
#FF031A (or 0xFF031A) is known color: Torch Red. HEX triplet: FF, 03 and 1A. RGB value is (255,3,26). Sum of RGB (Red+Green+Blue) = 255+3+26=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF031A is #00FCE5. Grayscale: #515151. Windows color (decimal): -64742 or 1704959. OLE color: 1704959.
HSL color Cylindrical-coordinate representation of color #FF031A: hue angle of 354.52º 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 #FF031A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0 |
| HSL | 354.52º | 1% | 0.51% | - |
| HSV(B) | 354.52º | 0.99% | 1% | - |
| XYZ | 41.46 | 21.4 | 2.92 | - |
| YUV | 80.97 | 96.99 | 252.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 26 | 0 | 0.99 | 0.90 | 0 | 354.52 | 1 | 0.51 |
| Hex | FF | 3 | 1A | 0 | 63 | 5A | 0 | 163 | 64 | 33 |
| Octal | 377 | 3 | 32 | 0 | 143 | 132 | 0 | 543 | 144 | 63 |
| Binary | 11111111 | 11 | 11010 | 0 | 1100011 | 1011010 | 0 | 101100011 | 1100100 | 110011 |
Color Harmonies of #FF031A
Complementary color
Monochromatic Colors of #FF031A
Black with #FF031A
Text Example
Text Example
White with #FF031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF031A; }
p { color: rgb(255,3,26); }
H1.HeaderClassName
{
color: #FF031A;
}
.AnyTagClassName
{
color: #FF031A;
}
</style>
background-color css
<style>
a { background-color: #FF031A; }
a { background-color: rgb(255,3,26); }
div.DivClassName
{
background-color: #FF031A;
}
.BgClassName
{
background-color: #FF031A;
}
</style>
border-color css
<style>
span { border-color: #FF031A; }
span { border-color: rgb(255,3,26); }
td.TdClassName
{
border-color: #FF031A;
}
.TagClassName
{
border-color: #FF031A;
}
</style>