Shades of Torch Red #FC0342
Tints of Torch Red #FC0342
RGB
CMYK
RGB Variations
Color information
#FC0342 (or 0xFC0342) is known color: Torch Red. HEX triplet: FC, 03 and 42. RGB value is (252,3,66). Sum of RGB (Red+Green+Blue) = 252+3+66=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0342 is #03FCBD. Grayscale: #545454. Windows color (decimal): -261310 or 4326396. OLE color: 4326396.
HSL color Cylindrical-coordinate representation of color #FC0342: hue angle of 344.82º 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 #FC0342 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.01 |
| HSL | 344.82º | 0.98% | 0.5% | - |
| HSV(B) | 344.82º | 0.99% | 0.99% | - |
| XYZ | 41.16 | 21.15 | 7.07 | - |
| YUV | 84.63 | 117.49 | 247.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 66 | 0 | 0.99 | 0.74 | 0.01 | 344.82 | 0.98 | 0.5 |
| Hex | FC | 3 | 42 | 0 | 63 | 4A | 1 | 159 | 62 | 32 |
| Octal | 374 | 3 | 102 | 0 | 143 | 112 | 1 | 531 | 142 | 62 |
| Binary | 11111100 | 11 | 1000010 | 0 | 1100011 | 1001010 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FC0342
Complementary color
Monochromatic Colors of #FC0342
Black with #FC0342
Text Example
Text Example
White with #FC0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0342; }
p { color: rgb(252,3,66); }
H1.HeaderClassName
{
color: #FC0342;
}
.AnyTagClassName
{
color: #FC0342;
}
</style>
background-color css
<style>
a { background-color: #FC0342; }
a { background-color: rgb(252,3,66); }
div.DivClassName
{
background-color: #FC0342;
}
.BgClassName
{
background-color: #FC0342;
}
</style>
border-color css
<style>
span { border-color: #FC0342; }
span { border-color: rgb(252,3,66); }
td.TdClassName
{
border-color: #FC0342;
}
.TagClassName
{
border-color: #FC0342;
}
</style>