Shades of Torch Red #F31719
Tints of Torch Red #F31719
RGB
CMYK
RGB Variations
Color information
#F31719 (or 0xF31719) is known color: Torch Red. HEX triplet: F3, 17 and 19. RGB value is (243,23,25). Sum of RGB (Red+Green+Blue) = 243+23+25=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F31719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31719 is #0CE8E6. Grayscale: #595959. Windows color (decimal): -846055 or 1644531. OLE color: 1644531.
HSL color Cylindrical-coordinate representation of color #F31719: hue angle of 359.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31719 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.05 |
| HSL | 359.45º | 0.9% | 0.52% | - |
| HSV(B) | 359.45º | 0.91% | 0.95% | - |
| XYZ | 37.44 | 19.74 | 2.76 | - |
| YUV | 89.01 | 91.89 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 25 | 0 | 0.91 | 0.90 | 0.05 | 359.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | 19 | 0 | 5B | 5A | 5 | 167 | 5A | 34 |
| Octal | 363 | 27 | 31 | 0 | 133 | 132 | 5 | 547 | 132 | 64 |
| Binary | 11110011 | 10111 | 11001 | 0 | 1011011 | 1011010 | 101 | 101100111 | 1011010 | 110100 |
Color Harmonies of #F31719
Complementary color
Monochromatic Colors of #F31719
Black with #F31719
Text Example
Text Example
White with #F31719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31719; }
p { color: rgb(243,23,25); }
H1.HeaderClassName
{
color: #F31719;
}
.AnyTagClassName
{
color: #F31719;
}
</style>
background-color css
<style>
a { background-color: #F31719; }
a { background-color: rgb(243,23,25); }
div.DivClassName
{
background-color: #F31719;
}
.BgClassName
{
background-color: #F31719;
}
</style>
border-color css
<style>
span { border-color: #F31719; }
span { border-color: rgb(243,23,25); }
td.TdClassName
{
border-color: #F31719;
}
.TagClassName
{
border-color: #F31719;
}
</style>