Shades of Torch Red #FC2237
Tints of Torch Red #FC2237
RGB
CMYK
RGB Variations
Color information
#FC2237 (or 0xFC2237) is known color: Torch Red. HEX triplet: FC, 22 and 37. RGB value is (252,34,55). Sum of RGB (Red+Green+Blue) = 252+34+55=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2237 is #03DDC8. Grayscale: #656565. Windows color (decimal): -253385 or 3613436. OLE color: 3613436.
HSL color Cylindrical-coordinate representation of color #FC2237: hue angle of 354.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2237 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 55 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.01 |
| HSL | 354.22º | 0.97% | 0.56% | - |
| HSV(B) | 354.22º | 0.87% | 0.99% | - |
| XYZ | 41.41 | 22.12 | 5.7 | - |
| YUV | 101.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 55 | 0 | 0.87 | 0.78 | 0.01 | 354.22 | 0.97 | 0.56 |
| Hex | FC | 22 | 37 | 0 | 57 | 4E | 1 | 162 | 61 | 38 |
| Octal | 374 | 42 | 67 | 0 | 127 | 116 | 1 | 542 | 141 | 70 |
| Binary | 11111100 | 100010 | 110111 | 0 | 1010111 | 1001110 | 1 | 101100010 | 1100001 | 111000 |
Color Harmonies of #FC2237
Complementary color
Monochromatic Colors of #FC2237
Black with #FC2237
Text Example
Text Example
White with #FC2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2237; }
p { color: rgb(252,34,55); }
H1.HeaderClassName
{
color: #FC2237;
}
.AnyTagClassName
{
color: #FC2237;
}
</style>
background-color css
<style>
a { background-color: #FC2237; }
a { background-color: rgb(252,34,55); }
div.DivClassName
{
background-color: #FC2237;
}
.BgClassName
{
background-color: #FC2237;
}
</style>
border-color css
<style>
span { border-color: #FC2237; }
span { border-color: rgb(252,34,55); }
td.TdClassName
{
border-color: #FC2237;
}
.TagClassName
{
border-color: #FC2237;
}
</style>