Shades of Torch Red #FC1F28
Tints of Torch Red #FC1F28
RGB
CMYK
RGB Variations
Color information
#FC1F28 (or 0xFC1F28) is known color: Torch Red. HEX triplet: FC, 1F and 28. RGB value is (252,31,40). Sum of RGB (Red+Green+Blue) = 252+31+40=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1F28 is #03E0D7. Grayscale: #626262. Windows color (decimal): -254168 or 2629628. OLE color: 2629628.
HSL color Cylindrical-coordinate representation of color #FC1F28: hue angle of 357.56º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1F28 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 40 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.01 |
| HSL | 357.56º | 0.97% | 0.55% | - |
| HSV(B) | 357.56º | 0.88% | 0.99% | - |
| XYZ | 41.02 | 21.83 | 4.06 | - |
| YUV | 98.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 40 | 0 | 0.88 | 0.84 | 0.01 | 357.56 | 0.97 | 0.55 |
| Hex | FC | 1F | 28 | 0 | 58 | 54 | 1 | 166 | 61 | 37 |
| Octal | 374 | 37 | 50 | 0 | 130 | 124 | 1 | 546 | 141 | 67 |
| Binary | 11111100 | 11111 | 101000 | 0 | 1011000 | 1010100 | 1 | 101100110 | 1100001 | 110111 |
Color Harmonies of #FC1F28
Complementary color
Monochromatic Colors of #FC1F28
Black with #FC1F28
Text Example
Text Example
White with #FC1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F28; }
p { color: rgb(252,31,40); }
H1.HeaderClassName
{
color: #FC1F28;
}
.AnyTagClassName
{
color: #FC1F28;
}
</style>
background-color css
<style>
a { background-color: #FC1F28; }
a { background-color: rgb(252,31,40); }
div.DivClassName
{
background-color: #FC1F28;
}
.BgClassName
{
background-color: #FC1F28;
}
</style>
border-color css
<style>
span { border-color: #FC1F28; }
span { border-color: rgb(252,31,40); }
td.TdClassName
{
border-color: #FC1F28;
}
.TagClassName
{
border-color: #FC1F28;
}
</style>