Shades of Torch Red #FC1A1F
Tints of Torch Red #FC1A1F
RGB
CMYK
RGB Variations
Color information
#FC1A1F (or 0xFC1A1F) is known color: Torch Red. HEX triplet: FC, 1A and 1F. RGB value is (252,26,31). Sum of RGB (Red+Green+Blue) = 252+26+31=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A1F is #03E5E0. Grayscale: #5E5E5E. Windows color (decimal): -255457 or 2038524. OLE color: 2038524.
HSL color Cylindrical-coordinate representation of color #FC1A1F: hue angle of 358.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A1F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 26 | 31 | - |
CMYK | 0 | 0.90 | 0.88 | 0.01 |
HSL | 358.67º | 0.97% | 0.55% | - |
HSV(B) | 358.67º | 0.9% | 0.99% | - |
XYZ | 40.76 | 21.53 | 3.3 | - |
YUV | 94.14 | 92.37 | 240.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 26 | 31 | 0 | 0.90 | 0.88 | 0.01 | 358.67 | 0.97 | 0.55 |
Hex | FC | 1A | 1F | 0 | 5A | 58 | 1 | 167 | 61 | 37 |
Octal | 374 | 32 | 37 | 0 | 132 | 130 | 1 | 547 | 141 | 67 |
Binary | 11111100 | 11010 | 11111 | 0 | 1011010 | 1011000 | 1 | 101100111 | 1100001 | 110111 |
Color Harmonies of #FC1A1F
Complementary color
Monochromatic Colors of #FC1A1F
Black with #FC1A1F
Text Example
Text Example
White with #FC1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A1F; }
p { color: rgb(252,26,31); }
H1.HeaderClassName
{
color: #FC1A1F;
}
.AnyTagClassName
{
color: #FC1A1F;
}
</style>
background-color css
<style>
a { background-color: #FC1A1F; }
a { background-color: rgb(252,26,31); }
div.DivClassName
{
background-color: #FC1A1F;
}
.BgClassName
{
background-color: #FC1A1F;
}
</style>
border-color css
<style>
span { border-color: #FC1A1F; }
span { border-color: rgb(252,26,31); }
td.TdClassName
{
border-color: #FC1A1F;
}
.TagClassName
{
border-color: #FC1A1F;
}
</style>