Shades of Torch Red #FC242D
Tints of Torch Red #FC242D
RGB
CMYK
RGB Variations
Color information
#FC242D (or 0xFC242D) is known color: Torch Red. HEX triplet: FC, 24 and 2D. RGB value is (252,36,45). Sum of RGB (Red+Green+Blue) = 252+36+45=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC242D is #03DBD2. Grayscale: #656565. Windows color (decimal): -252883 or 2958588. OLE color: 2958588.
HSL color Cylindrical-coordinate representation of color #FC242D: hue angle of 357.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC242D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 45 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.01 |
| HSL | 357.5º | 0.97% | 0.56% | - |
| HSV(B) | 357.5º | 0.86% | 0.99% | - |
| XYZ | 41.25 | 22.15 | 4.58 | - |
| YUV | 101.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 45 | 0 | 0.86 | 0.82 | 0.01 | 357.5 | 0.97 | 0.56 |
| Hex | FC | 24 | 2D | 0 | 56 | 52 | 1 | 166 | 61 | 38 |
| Octal | 374 | 44 | 55 | 0 | 126 | 122 | 1 | 546 | 141 | 70 |
| Binary | 11111100 | 100100 | 101101 | 0 | 1010110 | 1010010 | 1 | 101100110 | 1100001 | 111000 |
Color Harmonies of #FC242D
Complementary color
Monochromatic Colors of #FC242D
Black with #FC242D
Text Example
Text Example
White with #FC242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC242D; }
p { color: rgb(252,36,45); }
H1.HeaderClassName
{
color: #FC242D;
}
.AnyTagClassName
{
color: #FC242D;
}
</style>
background-color css
<style>
a { background-color: #FC242D; }
a { background-color: rgb(252,36,45); }
div.DivClassName
{
background-color: #FC242D;
}
.BgClassName
{
background-color: #FC242D;
}
</style>
border-color css
<style>
span { border-color: #FC242D; }
span { border-color: rgb(252,36,45); }
td.TdClassName
{
border-color: #FC242D;
}
.TagClassName
{
border-color: #FC242D;
}
</style>