Shades of Torch Red #F5183D
Tints of Torch Red #F5183D
RGB
CMYK
RGB Variations
Color information
#F5183D (or 0xF5183D) is known color: Torch Red. HEX triplet: F5, 18 and 3D. RGB value is (245,24,61). Sum of RGB (Red+Green+Blue) = 245+24+61=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F5183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5183D is #0AE7C2. Grayscale: #5E5E5E. Windows color (decimal): -714691 or 4004085. OLE color: 4004085.
HSL color Cylindrical-coordinate representation of color #F5183D: hue angle of 349.95º 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 #F5183D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.04 |
| HSL | 349.95º | 0.92% | 0.53% | - |
| HSV(B) | 349.95º | 0.9% | 0.96% | - |
| XYZ | 38.83 | 20.4 | 6.31 | - |
| YUV | 94.3 | 109.22 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 61 | 0 | 0.90 | 0.75 | 0.04 | 349.95 | 0.92 | 0.53 |
| Hex | F5 | 18 | 3D | 0 | 5A | 4B | 4 | 15E | 5C | 35 |
| Octal | 365 | 30 | 75 | 0 | 132 | 113 | 4 | 536 | 134 | 65 |
| Binary | 11110101 | 11000 | 111101 | 0 | 1011010 | 1001011 | 100 | 101011110 | 1011100 | 110101 |
Color Harmonies of #F5183D
Complementary color
Monochromatic Colors of #F5183D
Black with #F5183D
Text Example
Text Example
White with #F5183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5183D; }
p { color: rgb(245,24,61); }
H1.HeaderClassName
{
color: #F5183D;
}
.AnyTagClassName
{
color: #F5183D;
}
</style>
background-color css
<style>
a { background-color: #F5183D; }
a { background-color: rgb(245,24,61); }
div.DivClassName
{
background-color: #F5183D;
}
.BgClassName
{
background-color: #F5183D;
}
</style>
border-color css
<style>
span { border-color: #F5183D; }
span { border-color: rgb(245,24,61); }
td.TdClassName
{
border-color: #F5183D;
}
.TagClassName
{
border-color: #F5183D;
}
</style>