Shades of Torch Red #FC092A
Tints of Torch Red #FC092A
RGB
CMYK
RGB Variations
Color information
#FC092A (or 0xFC092A) is known color: Torch Red. HEX triplet: FC, 09 and 2A. RGB value is (252,9,42). Sum of RGB (Red+Green+Blue) = 252+9+42=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC092A is #03F6D5. Grayscale: #555555. Windows color (decimal): -259798 or 2755068. OLE color: 2755068.
HSL color Cylindrical-coordinate representation of color #FC092A: hue angle of 351.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC092A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.01 |
| HSL | 351.85º | 0.98% | 0.51% | - |
| HSV(B) | 351.85º | 0.96% | 0.99% | - |
| XYZ | 40.66 | 21.06 | 4.11 | - |
| YUV | 85.42 | 103.51 | 246.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 42 | 0 | 0.96 | 0.83 | 0.01 | 351.85 | 0.98 | 0.51 |
| Hex | FC | 9 | 2A | 0 | 60 | 53 | 1 | 160 | 62 | 33 |
| Octal | 374 | 11 | 52 | 0 | 140 | 123 | 1 | 540 | 142 | 63 |
| Binary | 11111100 | 1001 | 101010 | 0 | 1100000 | 1010011 | 1 | 101100000 | 1100010 | 110011 |
Color Harmonies of #FC092A
Complementary color
Monochromatic Colors of #FC092A
Black with #FC092A
Text Example
Text Example
White with #FC092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC092A; }
p { color: rgb(252,9,42); }
H1.HeaderClassName
{
color: #FC092A;
}
.AnyTagClassName
{
color: #FC092A;
}
</style>
background-color css
<style>
a { background-color: #FC092A; }
a { background-color: rgb(252,9,42); }
div.DivClassName
{
background-color: #FC092A;
}
.BgClassName
{
background-color: #FC092A;
}
</style>
border-color css
<style>
span { border-color: #FC092A; }
span { border-color: rgb(252,9,42); }
td.TdClassName
{
border-color: #FC092A;
}
.TagClassName
{
border-color: #FC092A;
}
</style>