Shades of Torch Red #FF0317
Tints of Torch Red #FF0317
RGB
CMYK
RGB Variations
Color information
#FF0317 (or 0xFF0317) is known color: Torch Red. HEX triplet: FF, 03 and 17. RGB value is (255,3,23). Sum of RGB (Red+Green+Blue) = 255+3+23=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0317 is #00FCE8. Grayscale: #505050. Windows color (decimal): -64745 or 1508351. OLE color: 1508351.
HSL color Cylindrical-coordinate representation of color #FF0317: hue angle of 355.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0317 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.91 | 0 |
| HSL | 355.24º | 1% | 0.51% | - |
| HSV(B) | 355.24º | 0.99% | 1% | - |
| XYZ | 41.43 | 21.39 | 2.76 | - |
| YUV | 80.63 | 95.49 | 252.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 23 | 0 | 0.99 | 0.91 | 0 | 355.24 | 1 | 0.51 |
| Hex | FF | 3 | 17 | 0 | 63 | 5B | 0 | 163 | 64 | 33 |
| Octal | 377 | 3 | 27 | 0 | 143 | 133 | 0 | 543 | 144 | 63 |
| Binary | 11111111 | 11 | 10111 | 0 | 1100011 | 1011011 | 0 | 101100011 | 1100100 | 110011 |
Color Harmonies of #FF0317
Complementary color
Monochromatic Colors of #FF0317
Black with #FF0317
Text Example
Text Example
White with #FF0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0317; }
p { color: rgb(255,3,23); }
H1.HeaderClassName
{
color: #FF0317;
}
.AnyTagClassName
{
color: #FF0317;
}
</style>
background-color css
<style>
a { background-color: #FF0317; }
a { background-color: rgb(255,3,23); }
div.DivClassName
{
background-color: #FF0317;
}
.BgClassName
{
background-color: #FF0317;
}
</style>
border-color css
<style>
span { border-color: #FF0317; }
span { border-color: rgb(255,3,23); }
td.TdClassName
{
border-color: #FF0317;
}
.TagClassName
{
border-color: #FF0317;
}
</style>