Shades of Torch Red #F5183F
Tints of Torch Red #F5183F
RGB
CMYK
RGB Variations
Color information
#F5183F (or 0xF5183F) is known color: Torch Red. HEX triplet: F5, 18 and 3F. RGB value is (245,24,63). Sum of RGB (Red+Green+Blue) = 245+24+63=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F5183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5183F is #0AE7C0. Grayscale: #5E5E5E. Windows color (decimal): -714689 or 4135157. OLE color: 4135157.
HSL color Cylindrical-coordinate representation of color #F5183F: hue angle of 349.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5183F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.04 |
| HSL | 349.41º | 0.92% | 0.53% | - |
| HSV(B) | 349.41º | 0.9% | 0.96% | - |
| XYZ | 38.88 | 20.42 | 6.6 | - |
| YUV | 94.53 | 110.22 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 63 | 0 | 0.90 | 0.74 | 0.04 | 349.41 | 0.92 | 0.53 |
| Hex | F5 | 18 | 3F | 0 | 5A | 4A | 4 | 15D | 5C | 35 |
| Octal | 365 | 30 | 77 | 0 | 132 | 112 | 4 | 535 | 134 | 65 |
| Binary | 11110101 | 11000 | 111111 | 0 | 1011010 | 1001010 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F5183F
Complementary color
Monochromatic Colors of #F5183F
Black with #F5183F
Text Example
Text Example
White with #F5183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5183F; }
p { color: rgb(245,24,63); }
H1.HeaderClassName
{
color: #F5183F;
}
.AnyTagClassName
{
color: #F5183F;
}
</style>
background-color css
<style>
a { background-color: #F5183F; }
a { background-color: rgb(245,24,63); }
div.DivClassName
{
background-color: #F5183F;
}
.BgClassName
{
background-color: #F5183F;
}
</style>
border-color css
<style>
span { border-color: #F5183F; }
span { border-color: rgb(245,24,63); }
td.TdClassName
{
border-color: #F5183F;
}
.TagClassName
{
border-color: #F5183F;
}
</style>