Shades of Torch Red #FC2438
Tints of Torch Red #FC2438
RGB
CMYK
RGB Variations
Color information
#FC2438 (or 0xFC2438) is known color: Torch Red. HEX triplet: FC, 24 and 38. RGB value is (252,36,56). Sum of RGB (Red+Green+Blue) = 252+36+56=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2438 is #03DBC7. Grayscale: #666666. Windows color (decimal): -252872 or 3679484. OLE color: 3679484.
HSL color Cylindrical-coordinate representation of color #FC2438: hue angle of 354.44º 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 #FC2438 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 56 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.01 |
| HSL | 354.44º | 0.97% | 0.56% | - |
| HSV(B) | 354.44º | 0.86% | 0.99% | - |
| XYZ | 41.49 | 22.24 | 5.85 | - |
| YUV | 102.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 56 | 0 | 0.86 | 0.78 | 0.01 | 354.44 | 0.97 | 0.56 |
| Hex | FC | 24 | 38 | 0 | 56 | 4E | 1 | 162 | 61 | 38 |
| Octal | 374 | 44 | 70 | 0 | 126 | 116 | 1 | 542 | 141 | 70 |
| Binary | 11111100 | 100100 | 111000 | 0 | 1010110 | 1001110 | 1 | 101100010 | 1100001 | 111000 |
Color Harmonies of #FC2438
Complementary color
Monochromatic Colors of #FC2438
Black with #FC2438
Text Example
Text Example
White with #FC2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2438; }
p { color: rgb(252,36,56); }
H1.HeaderClassName
{
color: #FC2438;
}
.AnyTagClassName
{
color: #FC2438;
}
</style>
background-color css
<style>
a { background-color: #FC2438; }
a { background-color: rgb(252,36,56); }
div.DivClassName
{
background-color: #FC2438;
}
.BgClassName
{
background-color: #FC2438;
}
</style>
border-color css
<style>
span { border-color: #FC2438; }
span { border-color: rgb(252,36,56); }
td.TdClassName
{
border-color: #FC2438;
}
.TagClassName
{
border-color: #FC2438;
}
</style>