Shades of Torch Red #F00317
Tints of Torch Red #F00317
RGB
CMYK
RGB Variations
Color information
#F00317 (or 0xF00317) is known color: Torch Red. HEX triplet: F0, 03 and 17. RGB value is (240,3,23). Sum of RGB (Red+Green+Blue) = 240+3+23=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00317 is #0FFCE8. Grayscale: #4C4C4C. Windows color (decimal): -1047785 or 1508336. OLE color: 1508336.
HSL color Cylindrical-coordinate representation of color #F00317: hue angle of 354.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00317 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.06 |
| HSL | 354.94º | 0.98% | 0.48% | - |
| HSV(B) | 354.94º | 0.99% | 0.94% | - |
| XYZ | 36.12 | 18.65 | 2.51 | - |
| YUV | 76.14 | 98.02 | 244.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 23 | 0 | 0.99 | 0.90 | 0.06 | 354.94 | 0.98 | 0.48 |
| Hex | F0 | 3 | 17 | 0 | 63 | 5A | 6 | 163 | 62 | 30 |
| Octal | 360 | 3 | 27 | 0 | 143 | 132 | 6 | 543 | 142 | 60 |
| Binary | 11110000 | 11 | 10111 | 0 | 1100011 | 1011010 | 110 | 101100011 | 1100010 | 110000 |
Color Harmonies of #F00317
Complementary color
Monochromatic Colors of #F00317
Black with #F00317
Text Example
Text Example
White with #F00317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00317; }
p { color: rgb(240,3,23); }
H1.HeaderClassName
{
color: #F00317;
}
.AnyTagClassName
{
color: #F00317;
}
</style>
background-color css
<style>
a { background-color: #F00317; }
a { background-color: rgb(240,3,23); }
div.DivClassName
{
background-color: #F00317;
}
.BgClassName
{
background-color: #F00317;
}
</style>
border-color css
<style>
span { border-color: #F00317; }
span { border-color: rgb(240,3,23); }
td.TdClassName
{
border-color: #F00317;
}
.TagClassName
{
border-color: #F00317;
}
</style>