Shades of Torch Red #FC0533
Tints of Torch Red #FC0533
RGB
CMYK
RGB Variations
Color information
#FC0533 (or 0xFC0533) is known color: Torch Red. HEX triplet: FC, 05 and 33. RGB value is (252,5,51). Sum of RGB (Red+Green+Blue) = 252+5+51=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0533 is #03FACC. Grayscale: #545454. Windows color (decimal): -260813 or 3343868. OLE color: 3343868.
HSL color Cylindrical-coordinate representation of color #FC0533: hue angle of 348.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0533 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 51 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.01 |
| HSL | 348.83º | 0.98% | 0.5% | - |
| HSV(B) | 348.83º | 0.98% | 0.99% | - |
| XYZ | 40.8 | 21.04 | 5.04 | - |
| YUV | 84.1 | 109.33 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 51 | 0 | 0.98 | 0.80 | 0.01 | 348.83 | 0.98 | 0.5 |
| Hex | FC | 5 | 33 | 0 | 62 | 50 | 1 | 15D | 62 | 32 |
| Octal | 374 | 5 | 63 | 0 | 142 | 120 | 1 | 535 | 142 | 62 |
| Binary | 11111100 | 101 | 110011 | 0 | 1100010 | 1010000 | 1 | 101011101 | 1100010 | 110010 |
Color Harmonies of #FC0533
Complementary color
Monochromatic Colors of #FC0533
Black with #FC0533
Text Example
Text Example
White with #FC0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0533; }
p { color: rgb(252,5,51); }
H1.HeaderClassName
{
color: #FC0533;
}
.AnyTagClassName
{
color: #FC0533;
}
</style>
background-color css
<style>
a { background-color: #FC0533; }
a { background-color: rgb(252,5,51); }
div.DivClassName
{
background-color: #FC0533;
}
.BgClassName
{
background-color: #FC0533;
}
</style>
border-color css
<style>
span { border-color: #FC0533; }
span { border-color: rgb(252,5,51); }
td.TdClassName
{
border-color: #FC0533;
}
.TagClassName
{
border-color: #FC0533;
}
</style>