Shades of Torch Red #FC0423
Tints of Torch Red #FC0423
RGB
CMYK
RGB Variations
Color information
#FC0423 (or 0xFC0423) is known color: Torch Red. HEX triplet: FC, 04 and 23. RGB value is (252,4,35). Sum of RGB (Red+Green+Blue) = 252+4+35=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0423 is #03FBDC. Grayscale: #515151. Windows color (decimal): -261085 or 2295036. OLE color: 2295036.
HSL color Cylindrical-coordinate representation of color #FC0423: hue angle of 352.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0423 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.01 |
| HSL | 352.5º | 0.98% | 0.5% | - |
| HSV(B) | 352.5º | 0.98% | 0.99% | - |
| XYZ | 40.49 | 20.9 | 3.49 | - |
| YUV | 81.69 | 101.66 | 249.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 35 | 0 | 0.98 | 0.86 | 0.01 | 352.5 | 0.98 | 0.5 |
| Hex | FC | 4 | 23 | 0 | 62 | 56 | 1 | 160 | 62 | 32 |
| Octal | 374 | 4 | 43 | 0 | 142 | 126 | 1 | 540 | 142 | 62 |
| Binary | 11111100 | 100 | 100011 | 0 | 1100010 | 1010110 | 1 | 101100000 | 1100010 | 110010 |
Color Harmonies of #FC0423
Complementary color
Monochromatic Colors of #FC0423
Black with #FC0423
Text Example
Text Example
White with #FC0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0423; }
p { color: rgb(252,4,35); }
H1.HeaderClassName
{
color: #FC0423;
}
.AnyTagClassName
{
color: #FC0423;
}
</style>
background-color css
<style>
a { background-color: #FC0423; }
a { background-color: rgb(252,4,35); }
div.DivClassName
{
background-color: #FC0423;
}
.BgClassName
{
background-color: #FC0423;
}
</style>
border-color css
<style>
span { border-color: #FC0423; }
span { border-color: rgb(252,4,35); }
td.TdClassName
{
border-color: #FC0423;
}
.TagClassName
{
border-color: #FC0423;
}
</style>