Shades of Torch Red #FF1929
Tints of Torch Red #FF1929
RGB
CMYK
RGB Variations
Color information
#FF1929 (or 0xFF1929) is known color: Torch Red. HEX triplet: FF, 19 and 29. RGB value is (255,25,41). Sum of RGB (Red+Green+Blue) = 255+25+41=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1929 is #00E6D6. Grayscale: #5F5F5F. Windows color (decimal): -59095 or 2693631. OLE color: 2693631.
HSL color Cylindrical-coordinate representation of color #FF1929: hue angle of 355.83º 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 #FF1929 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 41 | - |
| CMYK | 0 | 0.90 | 0.84 | 0 |
| HSL | 355.83º | 1% | 0.55% | - |
| HSV(B) | 355.83º | 0.9% | 1% | - |
| XYZ | 41.99 | 22.12 | 4.15 | - |
| YUV | 95.59 | 97.2 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 41 | 0 | 0.90 | 0.84 | 0 | 355.83 | 1 | 0.55 |
| Hex | FF | 19 | 29 | 0 | 5A | 54 | 0 | 164 | 64 | 37 |
| Octal | 377 | 31 | 51 | 0 | 132 | 124 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 11001 | 101001 | 0 | 1011010 | 1010100 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1929
Complementary color
Monochromatic Colors of #FF1929
Black with #FF1929
Text Example
Text Example
White with #FF1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1929; }
p { color: rgb(255,25,41); }
H1.HeaderClassName
{
color: #FF1929;
}
.AnyTagClassName
{
color: #FF1929;
}
</style>
background-color css
<style>
a { background-color: #FF1929; }
a { background-color: rgb(255,25,41); }
div.DivClassName
{
background-color: #FF1929;
}
.BgClassName
{
background-color: #FF1929;
}
</style>
border-color css
<style>
span { border-color: #FF1929; }
span { border-color: rgb(255,25,41); }
td.TdClassName
{
border-color: #FF1929;
}
.TagClassName
{
border-color: #FF1929;
}
</style>