#fc003d

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

Shades of Torch Red #FC003D

Tints of Torch Red #FC003D

Color information

#FC003D (or 0xFC003D) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 3D. RGB value is (252,0,61). Sum of RGB (Red+Green+Blue) = 252+0+61=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC003D is #03FFC2. Grayscale: #525252. Windows color (decimal): -262083 or 3997948. OLE color: 3997948.

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

Color convert

RGB252061-
CMYK010.760.01
HSL345.48º100%49.41%-
HSV(B)345.48º100%98.82%-
XYZ40.9921.036.31-
YUV82.3115.99249.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=80.51%
G=0%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252061010.760.01345.4810049.41
HexFC03D0644C11596431
Octal3740750144114153114461
Binary11111100011110101100100100110011010110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc003d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc003d; }

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

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

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

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

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

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

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

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