Shades of Torch Red #FF1A2F
Tints of Torch Red #FF1A2F
RGB
CMYK
RGB Variations
Color information
#FF1A2F (or 0xFF1A2F) is known color: Torch Red. HEX triplet: FF, 1A and 2F. RGB value is (255,26,47). Sum of RGB (Red+Green+Blue) = 255+26+47=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A2F is #00E5D0. Grayscale: #616161. Windows color (decimal): -58833 or 3087103. OLE color: 3087103.
HSL color Cylindrical-coordinate representation of color #FF1A2F: hue angle of 354.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A2F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 47 | - |
| CMYK | 0 | 0.90 | 0.82 | 0 |
| HSL | 354.5º | 1% | 0.55% | - |
| HSV(B) | 354.5º | 0.9% | 1% | - |
| XYZ | 42.12 | 22.2 | 4.76 | - |
| YUV | 96.87 | 99.87 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 47 | 0 | 0.90 | 0.82 | 0 | 354.5 | 1 | 0.55 |
| Hex | FF | 1A | 2F | 0 | 5A | 52 | 0 | 162 | 64 | 37 |
| Octal | 377 | 32 | 57 | 0 | 132 | 122 | 0 | 542 | 144 | 67 |
| Binary | 11111111 | 11010 | 101111 | 0 | 1011010 | 1010010 | 0 | 101100010 | 1100100 | 110111 |
Color Harmonies of #FF1A2F
Complementary color
Monochromatic Colors of #FF1A2F
Black with #FF1A2F
Text Example
Text Example
White with #FF1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A2F; }
p { color: rgb(255,26,47); }
H1.HeaderClassName
{
color: #FF1A2F;
}
.AnyTagClassName
{
color: #FF1A2F;
}
</style>
background-color css
<style>
a { background-color: #FF1A2F; }
a { background-color: rgb(255,26,47); }
div.DivClassName
{
background-color: #FF1A2F;
}
.BgClassName
{
background-color: #FF1A2F;
}
</style>
border-color css
<style>
span { border-color: #FF1A2F; }
span { border-color: rgb(255,26,47); }
td.TdClassName
{
border-color: #FF1A2F;
}
.TagClassName
{
border-color: #FF1A2F;
}
</style>