Shades of Torch Red #F5183B
Tints of Torch Red #F5183B
RGB
CMYK
RGB Variations
Color information
#F5183B (or 0xF5183B) is known color: Torch Red. HEX triplet: F5, 18 and 3B. RGB value is (245,24,59). Sum of RGB (Red+Green+Blue) = 245+24+59=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5183B is #0AE7C4. Grayscale: #5E5E5E. Windows color (decimal): -714693 or 3873013. OLE color: 3873013.
HSL color Cylindrical-coordinate representation of color #F5183B: hue angle of 350.5º 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 #F5183B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.04 |
| HSL | 350.5º | 0.92% | 0.53% | - |
| HSV(B) | 350.5º | 0.9% | 0.96% | - |
| XYZ | 38.77 | 20.38 | 6.03 | - |
| YUV | 94.07 | 108.22 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 59 | 0 | 0.90 | 0.76 | 0.04 | 350.5 | 0.92 | 0.53 |
| Hex | F5 | 18 | 3B | 0 | 5A | 4C | 4 | 15E | 5C | 35 |
| Octal | 365 | 30 | 73 | 0 | 132 | 114 | 4 | 536 | 134 | 65 |
| Binary | 11110101 | 11000 | 111011 | 0 | 1011010 | 1001100 | 100 | 101011110 | 1011100 | 110101 |
Color Harmonies of #F5183B
Complementary color
Monochromatic Colors of #F5183B
Black with #F5183B
Text Example
Text Example
White with #F5183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5183B; }
p { color: rgb(245,24,59); }
H1.HeaderClassName
{
color: #F5183B;
}
.AnyTagClassName
{
color: #F5183B;
}
</style>
background-color css
<style>
a { background-color: #F5183B; }
a { background-color: rgb(245,24,59); }
div.DivClassName
{
background-color: #F5183B;
}
.BgClassName
{
background-color: #F5183B;
}
</style>
border-color css
<style>
span { border-color: #F5183B; }
span { border-color: rgb(245,24,59); }
td.TdClassName
{
border-color: #F5183B;
}
.TagClassName
{
border-color: #F5183B;
}
</style>