Shades of Torch Red #FC0C33
Tints of Torch Red #FC0C33
RGB
CMYK
RGB Variations
Color information
#FC0C33 (or 0xFC0C33) is known color: Torch Red. HEX triplet: FC, 0C and 33. RGB value is (252,12,51). Sum of RGB (Red+Green+Blue) = 252+12+51=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0C33 is #03F3CC. Grayscale: #585858. Windows color (decimal): -259021 or 3345660. OLE color: 3345660.
HSL color Cylindrical-coordinate representation of color #FC0C33: hue angle of 350.25º 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 #FC0C33 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 51 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.01 |
| HSL | 350.25º | 0.98% | 0.52% | - |
| HSV(B) | 350.25º | 0.95% | 0.99% | - |
| XYZ | 40.87 | 21.2 | 5.07 | - |
| YUV | 88.21 | 107.01 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 51 | 0 | 0.95 | 0.80 | 0.01 | 350.25 | 0.98 | 0.52 |
| Hex | FC | C | 33 | 0 | 5F | 50 | 1 | 15E | 62 | 34 |
| Octal | 374 | 14 | 63 | 0 | 137 | 120 | 1 | 536 | 142 | 64 |
| Binary | 11111100 | 1100 | 110011 | 0 | 1011111 | 1010000 | 1 | 101011110 | 1100010 | 110100 |
Color Harmonies of #FC0C33
Complementary color
Monochromatic Colors of #FC0C33
Black with #FC0C33
Text Example
Text Example
White with #FC0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C33; }
p { color: rgb(252,12,51); }
H1.HeaderClassName
{
color: #FC0C33;
}
.AnyTagClassName
{
color: #FC0C33;
}
</style>
background-color css
<style>
a { background-color: #FC0C33; }
a { background-color: rgb(252,12,51); }
div.DivClassName
{
background-color: #FC0C33;
}
.BgClassName
{
background-color: #FC0C33;
}
</style>
border-color css
<style>
span { border-color: #FC0C33; }
span { border-color: rgb(252,12,51); }
td.TdClassName
{
border-color: #FC0C33;
}
.TagClassName
{
border-color: #FC0C33;
}
</style>