Shades of Torch Red #FC0309
Tints of Torch Red #FC0309
RGB
CMYK
RGB Variations
Color information
#FC0309 (or 0xFC0309) is known color: Torch Red. HEX triplet: FC, 03 and 09. RGB value is (252,3,9). Sum of RGB (Red+Green+Blue) = 252+3+9=264 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.45% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0309 is #03FCF6. Grayscale: #4E4E4E. Windows color (decimal): -261367 or 590844. OLE color: 590844.
HSL color Cylindrical-coordinate representation of color #FC0309: hue angle of 358.55º 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 #FC0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.01 |
| HSL | 358.55º | 0.98% | 0.5% | - |
| HSV(B) | 358.55º | 0.99% | 0.99% | - |
| XYZ | 40.23 | 20.78 | 2.15 | - |
| YUV | 78.14 | 88.99 | 252.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 9 | 0 | 0.99 | 0.96 | 0.01 | 358.55 | 0.98 | 0.5 |
| Hex | FC | 3 | 9 | 0 | 63 | 60 | 1 | 167 | 62 | 32 |
| Octal | 374 | 3 | 11 | 0 | 143 | 140 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 11 | 1001 | 0 | 1100011 | 1100000 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC0309
Complementary color
Monochromatic Colors of #FC0309
Black with #FC0309
Text Example
Text Example
White with #FC0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0309; }
p { color: rgb(252,3,9); }
H1.HeaderClassName
{
color: #FC0309;
}
.AnyTagClassName
{
color: #FC0309;
}
</style>
background-color css
<style>
a { background-color: #FC0309; }
a { background-color: rgb(252,3,9); }
div.DivClassName
{
background-color: #FC0309;
}
.BgClassName
{
background-color: #FC0309;
}
</style>
border-color css
<style>
span { border-color: #FC0309; }
span { border-color: rgb(252,3,9); }
td.TdClassName
{
border-color: #FC0309;
}
.TagClassName
{
border-color: #FC0309;
}
</style>