#FD064E

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

Shades of Torch Red #FD064E

Tints of Torch Red #FD064E

Color information

#FD064E (or 0xFD064E) is unknown color: approx Torch Red. HEX triplet: FD, 06 and 4E. RGB value is (253,6,78). Sum of RGB (Red+Green+Blue) = 253+6+78=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD064E is #02F9B1. Grayscale: #585858. Windows color (decimal): -194994 or 5113597. OLE color: 5113597.

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

Color convert

RGB253678-
CMYK00.980.690.01
HSL342.51º98.41%50.78%-
HSV(B)342.51º97.63%99.22%-
XYZ41.9521.569.16-
YUV88.06122.33245.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 75.07%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=75.07%
G=1.78%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25367800.980.690.01342.5198.4150.78
HexFD64E0624511576233
Octal37561160142105152714263
Binary11111101110100111001100010100010111010101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD064E; }

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

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

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

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

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

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

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

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