#FC0D2B

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

Shades of Torch Red #FC0D2B

Tints of Torch Red #FC0D2B

Color information

#FC0D2B (or 0xFC0D2B) is unknown color: approx Torch Red. HEX triplet: FC, 0D and 2B. RGB value is (252,13,43). Sum of RGB (Red+Green+Blue) = 252+13+43=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D2B is #03F2D4. Grayscale: #585858. Windows color (decimal): -258773 or 2821628. OLE color: 2821628.

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

Color convert

RGB2521343-
CMYK00.950.830.01
HSL352.47º97.55%51.96%-
HSV(B)352.47º94.84%98.82%-
XYZ40.7221.164.22-
YUV87.88102.68245.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.82%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=81.82%
G=4.22%
B=13.96%

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
Decimal252134300.950.830.01352.4797.5551.96
HexFCD2B05F5311606234
Octal37415530137123154014264
Binary11111100110110101101011111101001111011000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0D2B; }

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

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

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

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

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

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

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

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