Shades of Torch Red #FC0D33
Tints of Torch Red #FC0D33
RGB
CMYK
RGB Variations
Color information
#FC0D33 (or 0xFC0D33) is known color: Torch Red. HEX triplet: FC, 0D and 33. RGB value is (252,13,51). Sum of RGB (Red+Green+Blue) = 252+13+51=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D33 is #03F2CC. Grayscale: #585858. Windows color (decimal): -258765 or 3345916. OLE color: 3345916.
HSL color Cylindrical-coordinate representation of color #FC0D33: hue angle of 350.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D33 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 51 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.01 |
| HSL | 350.46º | 0.98% | 0.52% | - |
| HSV(B) | 350.46º | 0.95% | 0.99% | - |
| XYZ | 40.89 | 21.22 | 5.07 | - |
| YUV | 88.79 | 106.68 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 51 | 0 | 0.95 | 0.80 | 0.01 | 350.46 | 0.98 | 0.52 |
| Hex | FC | D | 33 | 0 | 5F | 50 | 1 | 15E | 62 | 34 |
| Octal | 374 | 15 | 63 | 0 | 137 | 120 | 1 | 536 | 142 | 64 |
| Binary | 11111100 | 1101 | 110011 | 0 | 1011111 | 1010000 | 1 | 101011110 | 1100010 | 110100 |
Color Harmonies of #FC0D33
Complementary color
Monochromatic Colors of #FC0D33
Black with #FC0D33
Text Example
Text Example
White with #FC0D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D33; }
p { color: rgb(252,13,51); }
H1.HeaderClassName
{
color: #FC0D33;
}
.AnyTagClassName
{
color: #FC0D33;
}
</style>
background-color css
<style>
a { background-color: #FC0D33; }
a { background-color: rgb(252,13,51); }
div.DivClassName
{
background-color: #FC0D33;
}
.BgClassName
{
background-color: #FC0D33;
}
</style>
border-color css
<style>
span { border-color: #FC0D33; }
span { border-color: rgb(252,13,51); }
td.TdClassName
{
border-color: #FC0D33;
}
.TagClassName
{
border-color: #FC0D33;
}
</style>