Shades of Torch Red #FC0338
Tints of Torch Red #FC0338
RGB
CMYK
RGB Variations
Color information
#FC0338 (or 0xFC0338) is known color: Torch Red. HEX triplet: FC, 03 and 38. RGB value is (252,3,56). Sum of RGB (Red+Green+Blue) = 252+3+56=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0338 is #03FCC7. Grayscale: #535353. Windows color (decimal): -261320 or 3671036. OLE color: 3671036.
HSL color Cylindrical-coordinate representation of color #FC0338: hue angle of 347.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0338 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.01 |
| HSL | 347.23º | 0.98% | 0.5% | - |
| HSV(B) | 347.23º | 0.99% | 0.99% | - |
| XYZ | 40.89 | 21.05 | 5.65 | - |
| YUV | 83.49 | 112.49 | 248.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 56 | 0 | 0.99 | 0.78 | 0.01 | 347.23 | 0.98 | 0.5 |
| Hex | FC | 3 | 38 | 0 | 63 | 4E | 1 | 15B | 62 | 32 |
| Octal | 374 | 3 | 70 | 0 | 143 | 116 | 1 | 533 | 142 | 62 |
| Binary | 11111100 | 11 | 111000 | 0 | 1100011 | 1001110 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FC0338
Complementary color
Monochromatic Colors of #FC0338
Black with #FC0338
Text Example
Text Example
White with #FC0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0338; }
p { color: rgb(252,3,56); }
H1.HeaderClassName
{
color: #FC0338;
}
.AnyTagClassName
{
color: #FC0338;
}
</style>
background-color css
<style>
a { background-color: #FC0338; }
a { background-color: rgb(252,3,56); }
div.DivClassName
{
background-color: #FC0338;
}
.BgClassName
{
background-color: #FC0338;
}
</style>
border-color css
<style>
span { border-color: #FC0338; }
span { border-color: rgb(252,3,56); }
td.TdClassName
{
border-color: #FC0338;
}
.TagClassName
{
border-color: #FC0338;
}
</style>