#FD1117

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

Shades of Torch Red #FD1117

Tints of Torch Red #FD1117

Color information

#FD1117 (or 0xFD1117) is unknown color: approx Torch Red. HEX triplet: FD, 11 and 17. RGB value is (253,17,23). Sum of RGB (Red+Green+Blue) = 253+17+23=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1117 is #02EEE8. Grayscale: #585858. Windows color (decimal): -192233 or 1511933. OLE color: 1511933.

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

Color convert

RGB2531723-
CMYK00.930.910.01
HSL358.47º98.33%52.94%-
HSV(B)358.47º93.28%99.22%-
XYZ40.8621.352.78-
YUV88.2591.19245.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 86.35%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=86.35%
G=5.80%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253172300.930.910.01358.4798.3352.94
HexFD111705D5B11666235
Octal37521270135133154614265
Binary11111101100011011101011101101101111011001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1117; }

 p { color: rgb(253,17,23); }

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

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

 a { background-color: rgb(253,17,23); }

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

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

 span { border-color: rgb(253,17,23); }

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