#FD063A

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

Shades of Torch Red #FD063A

Tints of Torch Red #FD063A

Color information

#FD063A (or 0xFD063A) is unknown color: approx Torch Red. HEX triplet: FD, 06 and 3A. RGB value is (253,6,58). Sum of RGB (Red+Green+Blue) = 253+6+58=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD063A is #02F9C5. Grayscale: #555555. Windows color (decimal): -195014 or 3802877. OLE color: 3802877.

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

Color convert

RGB253658-
CMYK00.980.770.01
HSL347.37º98.41%50.78%-
HSV(B)347.37º97.63%99.22%-
XYZ41.3421.325.94-
YUV85.78112.33247.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.81%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=79.81%
G=1.89%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25365800.980.770.01347.3798.4150.78
HexFD63A0624D115b6233
Octal3756720142115153314263
Binary1111110111011101001100010100110111010110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD063A; }

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

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

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

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

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

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

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

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