#FC0D2C

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

Shades of Torch Red #FC0D2C

Tints of Torch Red #FC0D2C

Color information

#FC0D2C (or 0xFC0D2C) is unknown color: approx Torch Red. HEX triplet: FC, 0D and 2C. RGB value is (252,13,44). Sum of RGB (Red+Green+Blue) = 252+13+44=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D2C is #03F2D3. Grayscale: #585858. Windows color (decimal): -258772 or 2887164. OLE color: 2887164.

HSL color Cylindrical-coordinate representation of color #FC0D2C: hue angle of 352.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D2C is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB2521344-
CMYK00.950.830.01
HSL352.22º97.55%51.96%-
HSV(B)352.22º94.84%98.82%-
XYZ40.7421.174.32-
YUV88103.18244.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.55%
GREEN value IS 13 (5.47% from 255) = 4.21%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=81.55%
G=4.21%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252134400.950.830.01352.2297.5551.96
HexFCD2C05F5311606234
Octal37415540137123154014264
Binary11111100110110110001011111101001111011000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0D2C; }

 p { color: rgb(252,13,44); }

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

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

 a { background-color: rgb(252,13,44); }

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

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

 span { border-color: rgb(252,13,44); }

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