Shades of Torch Red #FC0038
Tints of Torch Red #FC0038
RGB
CMYK
RGB Variations
Color information
#FC0038 (or 0xFC0038) is known color: Torch Red. HEX triplet: FC, 00 and 38. RGB value is (252,0,56). Sum of RGB (Red+Green+Blue) = 252+0+56=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0038 is #03FFC7. Grayscale: #515151. Windows color (decimal): -262088 or 3670268. OLE color: 3670268.
HSL color Cylindrical-coordinate representation of color #FC0038: hue angle of 346.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0038 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.78 | 0.01 |
| HSL | 346.67º | 1% | 0.49% | - |
| HSV(B) | 346.67º | 1% | 0.99% | - |
| XYZ | 40.86 | 20.98 | 5.64 | - |
| YUV | 81.73 | 113.49 | 249.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 56 | 0 | 1 | 0.78 | 0.01 | 346.67 | 1 | 0.49 |
| Hex | FC | 0 | 38 | 0 | 64 | 4E | 1 | 15B | 64 | 31 |
| Octal | 374 | 0 | 70 | 0 | 144 | 116 | 1 | 533 | 144 | 61 |
| Binary | 11111100 | 0 | 111000 | 0 | 1100100 | 1001110 | 1 | 101011011 | 1100100 | 110001 |
Color Harmonies of #FC0038
Complementary color
Monochromatic Colors of #FC0038
Black with #FC0038
Text Example
Text Example
White with #FC0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0038; }
p { color: rgb(252,0,56); }
H1.HeaderClassName
{
color: #FC0038;
}
.AnyTagClassName
{
color: #FC0038;
}
</style>
background-color css
<style>
a { background-color: #FC0038; }
a { background-color: rgb(252,0,56); }
div.DivClassName
{
background-color: #FC0038;
}
.BgClassName
{
background-color: #FC0038;
}
</style>
border-color css
<style>
span { border-color: #FC0038; }
span { border-color: rgb(252,0,56); }
td.TdClassName
{
border-color: #FC0038;
}
.TagClassName
{
border-color: #FC0038;
}
</style>