Shades of Torch Red #FF1427
Tints of Torch Red #FF1427
RGB
CMYK
RGB Variations
Color information
#FF1427 (or 0xFF1427) is known color: Torch Red. HEX triplet: FF, 14 and 27. RGB value is (255,20,39). Sum of RGB (Red+Green+Blue) = 255+20+39=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1427 is #00EBD8. Grayscale: #5C5C5C. Windows color (decimal): -60377 or 2561279. OLE color: 2561279.
HSL color Cylindrical-coordinate representation of color #FF1427: hue angle of 355.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1427 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 39 | - |
| CMYK | 0 | 0.92 | 0.85 | 0 |
| HSL | 355.15º | 1% | 0.54% | - |
| HSV(B) | 355.15º | 0.92% | 1% | - |
| XYZ | 41.86 | 21.91 | 3.94 | - |
| YUV | 92.43 | 97.86 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 39 | 0 | 0.92 | 0.85 | 0 | 355.15 | 1 | 0.54 |
| Hex | FF | 14 | 27 | 0 | 5C | 55 | 0 | 163 | 64 | 36 |
| Octal | 377 | 24 | 47 | 0 | 134 | 125 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10100 | 100111 | 0 | 1011100 | 1010101 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF1427
Complementary color
Monochromatic Colors of #FF1427
Black with #FF1427
Text Example
Text Example
White with #FF1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1427; }
p { color: rgb(255,20,39); }
H1.HeaderClassName
{
color: #FF1427;
}
.AnyTagClassName
{
color: #FF1427;
}
</style>
background-color css
<style>
a { background-color: #FF1427; }
a { background-color: rgb(255,20,39); }
div.DivClassName
{
background-color: #FF1427;
}
.BgClassName
{
background-color: #FF1427;
}
</style>
border-color css
<style>
span { border-color: #FF1427; }
span { border-color: rgb(255,20,39); }
td.TdClassName
{
border-color: #FF1427;
}
.TagClassName
{
border-color: #FF1427;
}
</style>