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