#FC2235

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

Shades of Torch Red #FC2235

Tints of Torch Red #FC2235

Color information

#FC2235 (or 0xFC2235) is unknown color: approx Torch Red. HEX triplet: FC, 22 and 35. RGB value is (252,34,53). Sum of RGB (Red+Green+Blue) = 252+34+53=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2235 is #03DDCA. Grayscale: #656565. Windows color (decimal): -253387 or 3482364. OLE color: 3482364.

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

Color convert

RGB2523453-
CMYK00.870.790.01
HSL354.77º97.32%56.08%-
HSV(B)354.77º86.51%98.82%-
XYZ41.3622.15.45-
YUV101.35100.72235.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.34%
GREEN value IS 34 (13.67% from 255) = 10.03%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=74.34%
G=10.03%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252345300.870.790.01354.7797.3256.08
HexFC22350574F11636138
Octal37442650127117154314170
Binary1111110010001011010101010111100111111011000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2235; }

 p { color: rgb(252,34,53); }

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

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

 a { background-color: rgb(252,34,53); }

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

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

 span { border-color: rgb(252,34,53); }

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