#FD1034

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

Shades of Torch Red #FD1034

Tints of Torch Red #FD1034

Color information

#FD1034 (or 0xFD1034) is unknown color: approx Torch Red. HEX triplet: FD, 10 and 34. RGB value is (253,16,52). Sum of RGB (Red+Green+Blue) = 253+16+52=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1034 is #02EFCB. Grayscale: #5B5B5B. Windows color (decimal): -192460 or 3412221. OLE color: 3412221.

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

Color convert

RGB2531652-
CMYK00.940.790.01
HSL350.89º98.34%52.75%-
HSV(B)350.89º93.68%99.22%-
XYZ41.3121.55.22-
YUV90.97106.02243.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 78.82%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=78.82%
G=4.98%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253165200.940.790.01350.8998.3452.75
HexFD103405E4F115f6235
Octal37520640136117153714265
Binary111111011000011010001011110100111111010111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1034; }

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

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

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

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

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

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

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

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