#FC0029

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

Shades of Torch Red #FC0029

Tints of Torch Red #FC0029

Color information

#FC0029 (or 0xFC0029) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 29. RGB value is (252,0,41). Sum of RGB (Red+Green+Blue) = 252+0+41=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0029 is #03FFD6. Grayscale: #505050. Windows color (decimal): -262103 or 2687228. OLE color: 2687228.

HSL color Cylindrical-coordinate representation of color #FC0029: hue angle of 350.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0029 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB252041-
CMYK010.840.01
HSL350.24º100%49.41%-
HSV(B)350.24º100%98.82%-
XYZ40.5520.863.99-
YUV80.02105.99250.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 86.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 13.99%
R=86.01%
G=0%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252041010.840.01350.2410049.41
HexFC02906454115e6431
Octal3740510144124153614461
Binary11111100010100101100100101010011010111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0029; }

 p { color: rgb(252,0,41); }

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

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

 a { background-color: rgb(252,0,41); }

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

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

 span { border-color: rgb(252,0,41); }

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