Shades of Torch Red #FF1730
Tints of Torch Red #FF1730
RGB
CMYK
RGB Variations
Color information
#FF1730 (or 0xFF1730) is known color: Torch Red. HEX triplet: FF, 17 and 30. RGB value is (255,23,48). Sum of RGB (Red+Green+Blue) = 255+23+48=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1730 is #00E8CF. Grayscale: #5F5F5F. Windows color (decimal): -59600 or 3151871. OLE color: 3151871.
HSL color Cylindrical-coordinate representation of color #FF1730: hue angle of 353.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1730 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 48 | - |
| CMYK | 0 | 0.91 | 0.81 | 0 |
| HSL | 353.53º | 1% | 0.55% | - |
| HSV(B) | 353.53º | 0.91% | 1% | - |
| XYZ | 42.08 | 22.09 | 4.84 | - |
| YUV | 95.22 | 101.36 | 241.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 48 | 0 | 0.91 | 0.81 | 0 | 353.53 | 1 | 0.55 |
| Hex | FF | 17 | 30 | 0 | 5B | 51 | 0 | 162 | 64 | 37 |
| Octal | 377 | 27 | 60 | 0 | 133 | 121 | 0 | 542 | 144 | 67 |
| Binary | 11111111 | 10111 | 110000 | 0 | 1011011 | 1010001 | 0 | 101100010 | 1100100 | 110111 |
Color Harmonies of #FF1730
Complementary color
Monochromatic Colors of #FF1730
Black with #FF1730
Text Example
Text Example
White with #FF1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1730; }
p { color: rgb(255,23,48); }
H1.HeaderClassName
{
color: #FF1730;
}
.AnyTagClassName
{
color: #FF1730;
}
</style>
background-color css
<style>
a { background-color: #FF1730; }
a { background-color: rgb(255,23,48); }
div.DivClassName
{
background-color: #FF1730;
}
.BgClassName
{
background-color: #FF1730;
}
</style>
border-color css
<style>
span { border-color: #FF1730; }
span { border-color: rgb(255,23,48); }
td.TdClassName
{
border-color: #FF1730;
}
.TagClassName
{
border-color: #FF1730;
}
</style>