Shades of Torch Red #FF1736
Tints of Torch Red #FF1736
RGB
CMYK
RGB Variations
Color information
#FF1736 (or 0xFF1736) is known color: Torch Red. HEX triplet: FF, 17 and 36. RGB value is (255,23,54). Sum of RGB (Red+Green+Blue) = 255+23+54=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1736 is #00E8C9. Grayscale: #606060. Windows color (decimal): -59594 or 3545087. OLE color: 3545087.
HSL color Cylindrical-coordinate representation of color #FF1736: hue angle of 351.98º 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 #FF1736 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 54 | - |
| CMYK | 0 | 0.91 | 0.79 | 0 |
| HSL | 351.98º | 1% | 0.55% | - |
| HSV(B) | 351.98º | 0.91% | 1% | - |
| XYZ | 42.21 | 22.14 | 5.54 | - |
| YUV | 95.9 | 104.36 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 54 | 0 | 0.91 | 0.79 | 0 | 351.98 | 1 | 0.55 |
| Hex | FF | 17 | 36 | 0 | 5B | 4F | 0 | 160 | 64 | 37 |
| Octal | 377 | 27 | 66 | 0 | 133 | 117 | 0 | 540 | 144 | 67 |
| Binary | 11111111 | 10111 | 110110 | 0 | 1011011 | 1001111 | 0 | 101100000 | 1100100 | 110111 |
Color Harmonies of #FF1736
Complementary color
Monochromatic Colors of #FF1736
Black with #FF1736
Text Example
Text Example
White with #FF1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1736; }
p { color: rgb(255,23,54); }
H1.HeaderClassName
{
color: #FF1736;
}
.AnyTagClassName
{
color: #FF1736;
}
</style>
background-color css
<style>
a { background-color: #FF1736; }
a { background-color: rgb(255,23,54); }
div.DivClassName
{
background-color: #FF1736;
}
.BgClassName
{
background-color: #FF1736;
}
</style>
border-color css
<style>
span { border-color: #FF1736; }
span { border-color: rgb(255,23,54); }
td.TdClassName
{
border-color: #FF1736;
}
.TagClassName
{
border-color: #FF1736;
}
</style>