#FC1738

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

Shades of Torch Red #FC1738

Tints of Torch Red #FC1738

Color information

#FC1738 (or 0xFC1738) is unknown color: approx Torch Red. HEX triplet: FC, 17 and 38. RGB value is (252,23,56). Sum of RGB (Red+Green+Blue) = 252+23+56=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1738 is #03E8C7. Grayscale: #5F5F5F. Windows color (decimal): -256200 or 3676156. OLE color: 3676156.

HSL color Cylindrical-coordinate representation of color #FC1738: hue angle of 351.35º 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 #FC1738 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB2522356-
CMYK00.910.780.01
HSL351.35º97.45%53.92%-
HSV(B)351.35º90.87%98.82%-
XYZ41.1721.595.74-
YUV95.23105.87239.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.13%
GREEN value IS 23 (9.38% from 255) = 6.95%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=76.13%
G=6.95%
B=16.92%

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
Decimal252235600.910.780.01351.3597.4553.92
HexFC173805B4E115f6136
Octal37427700133116153714166
Binary111111001011111100001011011100111011010111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1738; }

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

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

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

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

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

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

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

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