Shades of Torch Red #F0183F
Tints of Torch Red #F0183F
RGB
CMYK
RGB Variations
Color information
#F0183F (or 0xF0183F) is known color: Torch Red. HEX triplet: F0, 18 and 3F. RGB value is (240,24,63). Sum of RGB (Red+Green+Blue) = 240+24+63=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F0183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0183F is #0FE7C0. Grayscale: #5D5D5D. Windows color (decimal): -1042369 or 4135152. OLE color: 4135152.
HSL color Cylindrical-coordinate representation of color #F0183F: hue angle of 349.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0183F is Cyan = 0, Magento = 0.9, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 63 | - |
| CMYK | 0 | 0.9 | 0.74 | 0.06 |
| HSL | 349.17º | 0.88% | 0.52% | - |
| HSV(B) | 349.17º | 0.9% | 0.94% | - |
| XYZ | 37.16 | 19.54 | 6.52 | - |
| YUV | 93.03 | 111.06 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 63 | 0 | 0.9 | 0.74 | 0.06 | 349.17 | 0.88 | 0.52 |
| Hex | F0 | 18 | 3F | 0 | 5A | 4A | 6 | 15D | 58 | 34 |
| Octal | 360 | 30 | 77 | 0 | 132 | 112 | 6 | 535 | 130 | 64 |
| Binary | 11110000 | 11000 | 111111 | 0 | 1011010 | 1001010 | 110 | 101011101 | 1011000 | 110100 |
Color Harmonies of #F0183F
Complementary color
Monochromatic Colors of #F0183F
Black with #F0183F
Text Example
Text Example
White with #F0183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0183F; }
p { color: rgb(240,24,63); }
H1.HeaderClassName
{
color: #F0183F;
}
.AnyTagClassName
{
color: #F0183F;
}
</style>
background-color css
<style>
a { background-color: #F0183F; }
a { background-color: rgb(240,24,63); }
div.DivClassName
{
background-color: #F0183F;
}
.BgClassName
{
background-color: #F0183F;
}
</style>
border-color css
<style>
span { border-color: #F0183F; }
span { border-color: rgb(240,24,63); }
td.TdClassName
{
border-color: #F0183F;
}
.TagClassName
{
border-color: #F0183F;
}
</style>