Shades of Torch Red #FC022D
Tints of Torch Red #FC022D
RGB
CMYK
RGB Variations
Color information
#FC022D (or 0xFC022D) is known color: Torch Red. HEX triplet: FC, 02 and 2D. RGB value is (252,2,45). Sum of RGB (Red+Green+Blue) = 252+2+45=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC022D is #03FDD2. Grayscale: #515151. Windows color (decimal): -261587 or 2949884. OLE color: 2949884.
HSL color Cylindrical-coordinate representation of color #FC022D: hue angle of 349.68º 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 #FC022D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.01 |
| HSL | 349.68º | 0.98% | 0.5% | - |
| HSV(B) | 349.68º | 0.99% | 0.99% | - |
| XYZ | 40.64 | 20.93 | 4.38 | - |
| YUV | 81.65 | 107.33 | 249.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 45 | 0 | 0.99 | 0.82 | 0.01 | 349.68 | 0.98 | 0.5 |
| Hex | FC | 2 | 2D | 0 | 63 | 52 | 1 | 15E | 62 | 32 |
| Octal | 374 | 2 | 55 | 0 | 143 | 122 | 1 | 536 | 142 | 62 |
| Binary | 11111100 | 10 | 101101 | 0 | 1100011 | 1010010 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FC022D
Complementary color
Monochromatic Colors of #FC022D
Black with #FC022D
Text Example
Text Example
White with #FC022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC022D; }
p { color: rgb(252,2,45); }
H1.HeaderClassName
{
color: #FC022D;
}
.AnyTagClassName
{
color: #FC022D;
}
</style>
background-color css
<style>
a { background-color: #FC022D; }
a { background-color: rgb(252,2,45); }
div.DivClassName
{
background-color: #FC022D;
}
.BgClassName
{
background-color: #FC022D;
}
</style>
border-color css
<style>
span { border-color: #FC022D; }
span { border-color: rgb(252,2,45); }
td.TdClassName
{
border-color: #FC022D;
}
.TagClassName
{
border-color: #FC022D;
}
</style>