Shades of Torch Red #FF0617
Tints of Torch Red #FF0617
RGB
CMYK
RGB Variations
Color information
#FF0617 (or 0xFF0617) is known color: Torch Red. HEX triplet: FF, 06 and 17. RGB value is (255,6,23). Sum of RGB (Red+Green+Blue) = 255+6+23=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0617 is #00F9E8. Grayscale: #525252. Windows color (decimal): -63977 or 1509119. OLE color: 1509119.
HSL color Cylindrical-coordinate representation of color #FF0617: hue angle of 355.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0617 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0 |
| HSL | 355.9º | 1% | 0.51% | - |
| HSV(B) | 355.9º | 0.98% | 1% | - |
| XYZ | 41.46 | 21.45 | 2.77 | - |
| YUV | 82.39 | 94.49 | 251.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 23 | 0 | 0.98 | 0.91 | 0 | 355.9 | 1 | 0.51 |
| Hex | FF | 6 | 17 | 0 | 62 | 5B | 0 | 164 | 64 | 33 |
| Octal | 377 | 6 | 27 | 0 | 142 | 133 | 0 | 544 | 144 | 63 |
| Binary | 11111111 | 110 | 10111 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100100 | 110011 |
Color Harmonies of #FF0617
Complementary color
Monochromatic Colors of #FF0617
Black with #FF0617
Text Example
Text Example
White with #FF0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0617; }
p { color: rgb(255,6,23); }
H1.HeaderClassName
{
color: #FF0617;
}
.AnyTagClassName
{
color: #FF0617;
}
</style>
background-color css
<style>
a { background-color: #FF0617; }
a { background-color: rgb(255,6,23); }
div.DivClassName
{
background-color: #FF0617;
}
.BgClassName
{
background-color: #FF0617;
}
</style>
border-color css
<style>
span { border-color: #FF0617; }
span { border-color: rgb(255,6,23); }
td.TdClassName
{
border-color: #FF0617;
}
.TagClassName
{
border-color: #FF0617;
}
</style>