Shades of Torch Red #FC093A
Tints of Torch Red #FC093A
RGB
CMYK
RGB Variations
Color information
#FC093A (or 0xFC093A) is known color: Torch Red. HEX triplet: FC, 09 and 3A. RGB value is (252,9,58). Sum of RGB (Red+Green+Blue) = 252+9+58=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC093A is #03F6C5. Grayscale: #575757. Windows color (decimal): -259782 or 3803644. OLE color: 3803644.
HSL color Cylindrical-coordinate representation of color #FC093A: hue angle of 347.9º 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 #FC093A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.01 |
| HSL | 347.9º | 0.98% | 0.51% | - |
| HSV(B) | 347.9º | 0.96% | 0.99% | - |
| XYZ | 41.01 | 21.2 | 5.93 | - |
| YUV | 87.24 | 111.51 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 58 | 0 | 0.96 | 0.77 | 0.01 | 347.9 | 0.98 | 0.51 |
| Hex | FC | 9 | 3A | 0 | 60 | 4D | 1 | 15C | 62 | 33 |
| Octal | 374 | 11 | 72 | 0 | 140 | 115 | 1 | 534 | 142 | 63 |
| Binary | 11111100 | 1001 | 111010 | 0 | 1100000 | 1001101 | 1 | 101011100 | 1100010 | 110011 |
Color Harmonies of #FC093A
Complementary color
Monochromatic Colors of #FC093A
Black with #FC093A
Text Example
Text Example
White with #FC093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC093A; }
p { color: rgb(252,9,58); }
H1.HeaderClassName
{
color: #FC093A;
}
.AnyTagClassName
{
color: #FC093A;
}
</style>
background-color css
<style>
a { background-color: #FC093A; }
a { background-color: rgb(252,9,58); }
div.DivClassName
{
background-color: #FC093A;
}
.BgClassName
{
background-color: #FC093A;
}
</style>
border-color css
<style>
span { border-color: #FC093A; }
span { border-color: rgb(252,9,58); }
td.TdClassName
{
border-color: #FC093A;
}
.TagClassName
{
border-color: #FC093A;
}
</style>