Shades of Torch Red #F0183C
Tints of Torch Red #F0183C
RGB
CMYK
RGB Variations
Color information
#F0183C (or 0xF0183C) is known color: Torch Red. HEX triplet: F0, 18 and 3C. RGB value is (240,24,60). Sum of RGB (Red+Green+Blue) = 240+24+60=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0183C is #0FE7C3. Grayscale: #5C5C5C. Windows color (decimal): -1042372 or 3938544. OLE color: 3938544.
HSL color Cylindrical-coordinate representation of color #F0183C: hue angle of 350º 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 #F0183C is Cyan = 0, Magento = 0.9, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 60 | - |
| CMYK | 0 | 0.9 | 0.75 | 0.06 |
| HSL | 350º | 0.88% | 0.52% | - |
| HSV(B) | 350º | 0.9% | 0.94% | - |
| XYZ | 37.08 | 19.5 | 6.09 | - |
| YUV | 92.69 | 109.56 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 60 | 0 | 0.9 | 0.75 | 0.06 | 350 | 0.88 | 0.52 |
| Hex | F0 | 18 | 3C | 0 | 5A | 4B | 6 | 15E | 58 | 34 |
| Octal | 360 | 30 | 74 | 0 | 132 | 113 | 6 | 536 | 130 | 64 |
| Binary | 11110000 | 11000 | 111100 | 0 | 1011010 | 1001011 | 110 | 101011110 | 1011000 | 110100 |
Color Harmonies of #F0183C
Complementary color
Monochromatic Colors of #F0183C
Black with #F0183C
Text Example
Text Example
White with #F0183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0183C; }
p { color: rgb(240,24,60); }
H1.HeaderClassName
{
color: #F0183C;
}
.AnyTagClassName
{
color: #F0183C;
}
</style>
background-color css
<style>
a { background-color: #F0183C; }
a { background-color: rgb(240,24,60); }
div.DivClassName
{
background-color: #F0183C;
}
.BgClassName
{
background-color: #F0183C;
}
</style>
border-color css
<style>
span { border-color: #F0183C; }
span { border-color: rgb(240,24,60); }
td.TdClassName
{
border-color: #F0183C;
}
.TagClassName
{
border-color: #F0183C;
}
</style>