Shades of Torch Red #FC0234
Tints of Torch Red #FC0234
RGB
CMYK
RGB Variations
Color information
#FC0234 (or 0xFC0234) is known color: Torch Red. HEX triplet: FC, 02 and 34. RGB value is (252,2,52). Sum of RGB (Red+Green+Blue) = 252+2+52=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0234 is #03FDCB. Grayscale: #525252. Windows color (decimal): -261580 or 3408636. OLE color: 3408636.
HSL color Cylindrical-coordinate representation of color #FC0234: hue angle of 348º 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 #FC0234 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.01 |
| HSL | 348º | 0.98% | 0.5% | - |
| HSV(B) | 348º | 0.99% | 0.99% | - |
| XYZ | 40.79 | 20.99 | 5.15 | - |
| YUV | 82.45 | 110.83 | 248.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 52 | 0 | 0.99 | 0.79 | 0.01 | 348 | 0.98 | 0.5 |
| Hex | FC | 2 | 34 | 0 | 63 | 4F | 1 | 15C | 62 | 32 |
| Octal | 374 | 2 | 64 | 0 | 143 | 117 | 1 | 534 | 142 | 62 |
| Binary | 11111100 | 10 | 110100 | 0 | 1100011 | 1001111 | 1 | 101011100 | 1100010 | 110010 |
Color Harmonies of #FC0234
Complementary color
Monochromatic Colors of #FC0234
Black with #FC0234
Text Example
Text Example
White with #FC0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0234; }
p { color: rgb(252,2,52); }
H1.HeaderClassName
{
color: #FC0234;
}
.AnyTagClassName
{
color: #FC0234;
}
</style>
background-color css
<style>
a { background-color: #FC0234; }
a { background-color: rgb(252,2,52); }
div.DivClassName
{
background-color: #FC0234;
}
.BgClassName
{
background-color: #FC0234;
}
</style>
border-color css
<style>
span { border-color: #FC0234; }
span { border-color: rgb(252,2,52); }
td.TdClassName
{
border-color: #FC0234;
}
.TagClassName
{
border-color: #FC0234;
}
</style>