Shades of Torch Red #F31933
Tints of Torch Red #F31933
RGB
CMYK
RGB Variations
Color information
#F31933 (or 0xF31933) is known color: Torch Red. HEX triplet: F3, 19 and 33. RGB value is (243,25,51). Sum of RGB (Red+Green+Blue) = 243+25+51=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F31933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31933 is #0CE6CC. Grayscale: #5D5D5D. Windows color (decimal): -845517 or 3348979. OLE color: 3348979.
HSL color Cylindrical-coordinate representation of color #F31933: hue angle of 352.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31933 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 51 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.05 |
| HSL | 352.84º | 0.9% | 0.53% | - |
| HSV(B) | 352.84º | 0.9% | 0.95% | - |
| XYZ | 37.91 | 19.99 | 4.99 | - |
| YUV | 93.15 | 104.22 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 51 | 0 | 0.90 | 0.79 | 0.05 | 352.84 | 0.9 | 0.53 |
| Hex | F3 | 19 | 33 | 0 | 5A | 4F | 5 | 161 | 5A | 35 |
| Octal | 363 | 31 | 63 | 0 | 132 | 117 | 5 | 541 | 132 | 65 |
| Binary | 11110011 | 11001 | 110011 | 0 | 1011010 | 1001111 | 101 | 101100001 | 1011010 | 110101 |
Color Harmonies of #F31933
Complementary color
Monochromatic Colors of #F31933
Black with #F31933
Text Example
Text Example
White with #F31933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31933; }
p { color: rgb(243,25,51); }
H1.HeaderClassName
{
color: #F31933;
}
.AnyTagClassName
{
color: #F31933;
}
</style>
background-color css
<style>
a { background-color: #F31933; }
a { background-color: rgb(243,25,51); }
div.DivClassName
{
background-color: #F31933;
}
.BgClassName
{
background-color: #F31933;
}
</style>
border-color css
<style>
span { border-color: #F31933; }
span { border-color: rgb(243,25,51); }
td.TdClassName
{
border-color: #F31933;
}
.TagClassName
{
border-color: #F31933;
}
</style>