Shades of Torch Red #FC242A
Tints of Torch Red #FC242A
RGB
CMYK
RGB Variations
Color information
#FC242A (or 0xFC242A) is known color: Torch Red. HEX triplet: FC, 24 and 2A. RGB value is (252,36,42). Sum of RGB (Red+Green+Blue) = 252+36+42=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC242A is #03DBD5. Grayscale: #656565. Windows color (decimal): -252886 or 2761980. OLE color: 2761980.
HSL color Cylindrical-coordinate representation of color #FC242A: hue angle of 358.33º 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 #FC242A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.01 |
| HSL | 358.33º | 0.97% | 0.56% | - |
| HSV(B) | 358.33º | 0.86% | 0.99% | - |
| XYZ | 41.19 | 22.12 | 4.29 | - |
| YUV | 101.27 | 94.56 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 42 | 0 | 0.86 | 0.83 | 0.01 | 358.33 | 0.97 | 0.56 |
| Hex | FC | 24 | 2A | 0 | 56 | 53 | 1 | 166 | 61 | 38 |
| Octal | 374 | 44 | 52 | 0 | 126 | 123 | 1 | 546 | 141 | 70 |
| Binary | 11111100 | 100100 | 101010 | 0 | 1010110 | 1010011 | 1 | 101100110 | 1100001 | 111000 |
Color Harmonies of #FC242A
Complementary color
Monochromatic Colors of #FC242A
Black with #FC242A
Text Example
Text Example
White with #FC242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC242A; }
p { color: rgb(252,36,42); }
H1.HeaderClassName
{
color: #FC242A;
}
.AnyTagClassName
{
color: #FC242A;
}
</style>
background-color css
<style>
a { background-color: #FC242A; }
a { background-color: rgb(252,36,42); }
div.DivClassName
{
background-color: #FC242A;
}
.BgClassName
{
background-color: #FC242A;
}
</style>
border-color css
<style>
span { border-color: #FC242A; }
span { border-color: rgb(252,36,42); }
td.TdClassName
{
border-color: #FC242A;
}
.TagClassName
{
border-color: #FC242A;
}
</style>