Shades of Torch Red #FF1728
Tints of Torch Red #FF1728
RGB
CMYK
RGB Variations
Color information
#FF1728 (or 0xFF1728) is known color: Torch Red. HEX triplet: FF, 17 and 28. RGB value is (255,23,40). Sum of RGB (Red+Green+Blue) = 255+23+40=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1728 is #00E8D7. Grayscale: #5E5E5E. Windows color (decimal): -59608 or 2627583. OLE color: 2627583.
HSL color Cylindrical-coordinate representation of color #FF1728: hue angle of 355.6º 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 #FF1728 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 40 | - |
| CMYK | 0 | 0.91 | 0.84 | 0 |
| HSL | 355.6º | 1% | 0.55% | - |
| HSV(B) | 355.6º | 0.91% | 1% | - |
| XYZ | 41.93 | 22.03 | 4.05 | - |
| YUV | 94.31 | 97.36 | 242.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 40 | 0 | 0.91 | 0.84 | 0 | 355.6 | 1 | 0.55 |
| Hex | FF | 17 | 28 | 0 | 5B | 54 | 0 | 164 | 64 | 37 |
| Octal | 377 | 27 | 50 | 0 | 133 | 124 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 10111 | 101000 | 0 | 1011011 | 1010100 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1728
Complementary color
Monochromatic Colors of #FF1728
Black with #FF1728
Text Example
Text Example
White with #FF1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1728; }
p { color: rgb(255,23,40); }
H1.HeaderClassName
{
color: #FF1728;
}
.AnyTagClassName
{
color: #FF1728;
}
</style>
background-color css
<style>
a { background-color: #FF1728; }
a { background-color: rgb(255,23,40); }
div.DivClassName
{
background-color: #FF1728;
}
.BgClassName
{
background-color: #FF1728;
}
</style>
border-color css
<style>
span { border-color: #FF1728; }
span { border-color: rgb(255,23,40); }
td.TdClassName
{
border-color: #FF1728;
}
.TagClassName
{
border-color: #FF1728;
}
</style>