Shades of Torch Red #FF1A27
Tints of Torch Red #FF1A27
RGB
CMYK
RGB Variations
Color information
#FF1A27 (or 0xFF1A27) is known color: Torch Red. HEX triplet: FF, 1A and 27. RGB value is (255,26,39). Sum of RGB (Red+Green+Blue) = 255+26+39=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A27 is #00E5D8. Grayscale: #606060. Windows color (decimal): -58841 or 2562815. OLE color: 2562815.
HSL color Cylindrical-coordinate representation of color #FF1A27: hue angle of 356.59º 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 #FF1A27 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 39 | - |
| CMYK | 0 | 0.90 | 0.85 | 0 |
| HSL | 356.59º | 1% | 0.55% | - |
| HSV(B) | 356.59º | 0.9% | 1% | - |
| XYZ | 41.98 | 22.15 | 3.98 | - |
| YUV | 95.95 | 95.87 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 39 | 0 | 0.90 | 0.85 | 0 | 356.59 | 1 | 0.55 |
| Hex | FF | 1A | 27 | 0 | 5A | 55 | 0 | 165 | 64 | 37 |
| Octal | 377 | 32 | 47 | 0 | 132 | 125 | 0 | 545 | 144 | 67 |
| Binary | 11111111 | 11010 | 100111 | 0 | 1011010 | 1010101 | 0 | 101100101 | 1100100 | 110111 |
Color Harmonies of #FF1A27
Complementary color
Monochromatic Colors of #FF1A27
Black with #FF1A27
Text Example
Text Example
White with #FF1A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A27; }
p { color: rgb(255,26,39); }
H1.HeaderClassName
{
color: #FF1A27;
}
.AnyTagClassName
{
color: #FF1A27;
}
</style>
background-color css
<style>
a { background-color: #FF1A27; }
a { background-color: rgb(255,26,39); }
div.DivClassName
{
background-color: #FF1A27;
}
.BgClassName
{
background-color: #FF1A27;
}
</style>
border-color css
<style>
span { border-color: #FF1A27; }
span { border-color: rgb(255,26,39); }
td.TdClassName
{
border-color: #FF1A27;
}
.TagClassName
{
border-color: #FF1A27;
}
</style>