#FC1737

Color #FC1737 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC1737

Tints of Torch Red #FC1737

Color information

#FC1737 (or 0xFC1737) is unknown color: approx Torch Red. HEX triplet: FC, 17 and 37. RGB value is (252,23,55). Sum of RGB (Red+Green+Blue) = 252+23+55=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1737 is #03E8C8. Grayscale: #5F5F5F. Windows color (decimal): -256201 or 3610620. OLE color: 3610620.

HSL color Cylindrical-coordinate representation of color #FC1737: hue angle of 351.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1737 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB2522355-
CMYK00.910.780.01
HSL351.62º97.45%53.92%-
HSV(B)351.62º90.87%98.82%-
XYZ41.1421.585.61-
YUV95.12105.37239.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 76.36%
GREEN value IS 23 (9.38% from 255) = 6.97%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=76.36%
G=6.97%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252235500.910.780.01351.6297.4553.92
HexFC173705B4E11606136
Octal37427670133116154014166
Binary111111001011111011101011011100111011011000001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1737; }

 p { color: rgb(252,23,55); }

 H1.HeaderClassName
 {
   color: #FC1737;
 }
 .AnyTagClassName
 {
   color: #FC1737;
 }
</style>
background-color css

<style>
 a { background-color: #FC1737; }

 a { background-color: rgb(252,23,55); }

 div.DivClassName
 {
   background-color: #FC1737;
 }
 .BgClassName
 {
   background-color: #FC1737;
 }
</style>
border-color css

<style>
 span { border-color: #FC1737; }

 span { border-color: rgb(252,23,55); }

 td.TdClassName
 {
   border-color: #FC1737;
 }
 .TagClassName
 {
   border-color: #FC1737;
 }
</style>