Shades of Torch Red #FF1727
Tints of Torch Red #FF1727
RGB
CMYK
RGB Variations
Color information
#FF1727 (or 0xFF1727) is known color: Torch Red. HEX triplet: FF, 17 and 27. RGB value is (255,23,39). Sum of RGB (Red+Green+Blue) = 255+23+39=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1727 is #00E8D8. Grayscale: #5E5E5E. Windows color (decimal): -59609 or 2562047. OLE color: 2562047.
HSL color Cylindrical-coordinate representation of color #FF1727: hue angle of 355.86º 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 #FF1727 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 39 | - |
| CMYK | 0 | 0.91 | 0.85 | 0 |
| HSL | 355.86º | 1% | 0.55% | - |
| HSV(B) | 355.86º | 0.91% | 1% | - |
| XYZ | 41.91 | 22.02 | 3.96 | - |
| YUV | 94.19 | 96.86 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 39 | 0 | 0.91 | 0.85 | 0 | 355.86 | 1 | 0.55 |
| Hex | FF | 17 | 27 | 0 | 5B | 55 | 0 | 164 | 64 | 37 |
| Octal | 377 | 27 | 47 | 0 | 133 | 125 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 10111 | 100111 | 0 | 1011011 | 1010101 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1727
Complementary color
Monochromatic Colors of #FF1727
Black with #FF1727
Text Example
Text Example
White with #FF1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1727; }
p { color: rgb(255,23,39); }
H1.HeaderClassName
{
color: #FF1727;
}
.AnyTagClassName
{
color: #FF1727;
}
</style>
background-color css
<style>
a { background-color: #FF1727; }
a { background-color: rgb(255,23,39); }
div.DivClassName
{
background-color: #FF1727;
}
.BgClassName
{
background-color: #FF1727;
}
</style>
border-color css
<style>
span { border-color: #FF1727; }
span { border-color: rgb(255,23,39); }
td.TdClassName
{
border-color: #FF1727;
}
.TagClassName
{
border-color: #FF1727;
}
</style>