#FD064C

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

Shades of Torch Red #FD064C

Tints of Torch Red #FD064C

Color information

#FD064C (or 0xFD064C) is unknown color: approx Torch Red. HEX triplet: FD, 06 and 4C. RGB value is (253,6,76). Sum of RGB (Red+Green+Blue) = 253+6+76=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD064C is #02F9B3. Grayscale: #575757. Windows color (decimal): -194996 or 4982525. OLE color: 4982525.

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

Color convert

RGB253676-
CMYK00.980.700.01
HSL343º98.41%50.78%-
HSV(B)343º97.63%99.22%-
XYZ41.8821.538.79-
YUV87.83121.33245.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 75.52%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=75.52%
G=1.79%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25367600.980.700.0134398.4150.78
HexFD64C0624611576233
Octal37561140142106152714263
Binary11111101110100110001100010100011011010101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD064C; }

 p { color: rgb(253,6,76); }

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

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

 a { background-color: rgb(253,6,76); }

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

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

 span { border-color: rgb(253,6,76); }

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