Shades of Torch Red #FF1752
Tints of Torch Red #FF1752
RGB
CMYK
RGB Variations
Color information
#FF1752 (or 0xFF1752) is known color: Torch Red. HEX triplet: FF, 17 and 52. RGB value is (255,23,82). Sum of RGB (Red+Green+Blue) = 255+23+82=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1752 is #00E8AD. Grayscale: #636363. Windows color (decimal): -59566 or 5380095. OLE color: 5380095.
HSL color Cylindrical-coordinate representation of color #FF1752: hue angle of 344.74º 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 #FF1752 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 82 | - |
| CMYK | 0 | 0.91 | 0.68 | 0 |
| HSL | 344.74º | 1% | 0.55% | - |
| HSV(B) | 344.74º | 0.91% | 1% | - |
| XYZ | 43.07 | 22.48 | 10.05 | - |
| YUV | 99.09 | 118.36 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 82 | 0 | 0.91 | 0.68 | 0 | 344.74 | 1 | 0.55 |
| Hex | FF | 17 | 52 | 0 | 5B | 44 | 0 | 159 | 64 | 37 |
| Octal | 377 | 27 | 122 | 0 | 133 | 104 | 0 | 531 | 144 | 67 |
| Binary | 11111111 | 10111 | 1010010 | 0 | 1011011 | 1000100 | 0 | 101011001 | 1100100 | 110111 |
Color Harmonies of #FF1752
Complementary color
Monochromatic Colors of #FF1752
Black with #FF1752
Text Example
Text Example
White with #FF1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1752; }
p { color: rgb(255,23,82); }
H1.HeaderClassName
{
color: #FF1752;
}
.AnyTagClassName
{
color: #FF1752;
}
</style>
background-color css
<style>
a { background-color: #FF1752; }
a { background-color: rgb(255,23,82); }
div.DivClassName
{
background-color: #FF1752;
}
.BgClassName
{
background-color: #FF1752;
}
</style>
border-color css
<style>
span { border-color: #FF1752; }
span { border-color: rgb(255,23,82); }
td.TdClassName
{
border-color: #FF1752;
}
.TagClassName
{
border-color: #FF1752;
}
</style>