#FD1032

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

Shades of Torch Red #FD1032

Tints of Torch Red #FD1032

Color information

#FD1032 (or 0xFD1032) is unknown color: approx Torch Red. HEX triplet: FD, 10 and 32. RGB value is (253,16,50). Sum of RGB (Red+Green+Blue) = 253+16+50=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1032 is #02EFCD. Grayscale: #5A5A5A. Windows color (decimal): -192462 or 3281149. OLE color: 3281149.

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

Color convert

RGB2531650-
CMYK00.940.800.01
HSL351.39º98.34%52.75%-
HSV(B)351.39º93.68%99.22%-
XYZ41.2721.484.99-
YUV90.74105.02243.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.31%
GREEN value IS 16 (6.64% from 255) = 5.02%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=79.31%
G=5.02%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253165000.940.800.01351.3998.3452.75
HexFD103205E50115f6235
Octal37520620136120153714265
Binary111111011000011001001011110101000011010111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1032; }

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

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

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

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

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

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

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

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