Shades of Torch Red #F2183C
Tints of Torch Red #F2183C
RGB
CMYK
RGB Variations
Color information
#F2183C (or 0xF2183C) is known color: Torch Red. HEX triplet: F2, 18 and 3C. RGB value is (242,24,60). Sum of RGB (Red+Green+Blue) = 242+24+60=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2183C is #0DE7C3. Grayscale: #5D5D5D. Windows color (decimal): -911300 or 3938546. OLE color: 3938546.
HSL color Cylindrical-coordinate representation of color #F2183C: hue angle of 350.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2183C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 60 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 350.09º | 0.89% | 0.52% | - |
| HSV(B) | 350.09º | 0.9% | 0.95% | - |
| XYZ | 37.76 | 19.86 | 6.12 | - |
| YUV | 93.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 60 | 0 | 0.90 | 0.75 | 0.05 | 350.09 | 0.89 | 0.52 |
| Hex | F2 | 18 | 3C | 0 | 5A | 4B | 5 | 15E | 59 | 34 |
| Octal | 362 | 30 | 74 | 0 | 132 | 113 | 5 | 536 | 131 | 64 |
| Binary | 11110010 | 11000 | 111100 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F2183C
Complementary color
Monochromatic Colors of #F2183C
Black with #F2183C
Text Example
Text Example
White with #F2183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2183C; }
p { color: rgb(242,24,60); }
H1.HeaderClassName
{
color: #F2183C;
}
.AnyTagClassName
{
color: #F2183C;
}
</style>
background-color css
<style>
a { background-color: #F2183C; }
a { background-color: rgb(242,24,60); }
div.DivClassName
{
background-color: #F2183C;
}
.BgClassName
{
background-color: #F2183C;
}
</style>
border-color css
<style>
span { border-color: #F2183C; }
span { border-color: rgb(242,24,60); }
td.TdClassName
{
border-color: #F2183C;
}
.TagClassName
{
border-color: #F2183C;
}
</style>