#FD1031

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

Shades of Torch Red #FD1031

Tints of Torch Red #FD1031

Color information

#FD1031 (or 0xFD1031) is unknown color: approx Torch Red. HEX triplet: FD, 10 and 31. RGB value is (253,16,49). Sum of RGB (Red+Green+Blue) = 253+16+49=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1031 is #02EFCE. Grayscale: #5A5A5A. Windows color (decimal): -192463 or 3215613. OLE color: 3215613.

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

Color convert

RGB2531649-
CMYK00.940.810.01
HSL351.65º98.34%52.75%-
HSV(B)351.65º93.68%99.22%-
XYZ41.2521.474.88-
YUV90.62104.52243.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.56%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=79.56%
G=5.03%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253164900.940.810.01351.6598.3452.75
HexFD103105E5111606235
Octal37520610136121154014265
Binary111111011000011000101011110101000111011000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1031; }

 p { color: rgb(253,16,49); }

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

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

 a { background-color: rgb(253,16,49); }

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

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

 span { border-color: rgb(253,16,49); }

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