Shades of Torch Red #FC1225
Tints of Torch Red #FC1225
RGB
CMYK
RGB Variations
Color information
#FC1225 (or 0xFC1225) is known color: Torch Red. HEX triplet: FC, 12 and 25. RGB value is (252,18,37). Sum of RGB (Red+Green+Blue) = 252+18+37=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1225 is #03EDDA. Grayscale: #5A5A5A. Windows color (decimal): -257499 or 2429692. OLE color: 2429692.
HSL color Cylindrical-coordinate representation of color #FC1225: hue angle of 355.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1225 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.01 |
| HSL | 355.13º | 0.98% | 0.53% | - |
| HSV(B) | 355.13º | 0.93% | 0.99% | - |
| XYZ | 40.7 | 21.26 | 3.71 | - |
| YUV | 90.13 | 98.02 | 243.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 37 | 0 | 0.93 | 0.85 | 0.01 | 355.13 | 0.98 | 0.53 |
| Hex | FC | 12 | 25 | 0 | 5D | 55 | 1 | 163 | 62 | 35 |
| Octal | 374 | 22 | 45 | 0 | 135 | 125 | 1 | 543 | 142 | 65 |
| Binary | 11111100 | 10010 | 100101 | 0 | 1011101 | 1010101 | 1 | 101100011 | 1100010 | 110101 |
Color Harmonies of #FC1225
Complementary color
Monochromatic Colors of #FC1225
Black with #FC1225
Text Example
Text Example
White with #FC1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1225; }
p { color: rgb(252,18,37); }
H1.HeaderClassName
{
color: #FC1225;
}
.AnyTagClassName
{
color: #FC1225;
}
</style>
background-color css
<style>
a { background-color: #FC1225; }
a { background-color: rgb(252,18,37); }
div.DivClassName
{
background-color: #FC1225;
}
.BgClassName
{
background-color: #FC1225;
}
</style>
border-color css
<style>
span { border-color: #FC1225; }
span { border-color: rgb(252,18,37); }
td.TdClassName
{
border-color: #FC1225;
}
.TagClassName
{
border-color: #FC1225;
}
</style>