#FF1117

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

Shades of Torch Red #FF1117

Tints of Torch Red #FF1117

Color information

#FF1117 (or 0xFF1117) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 17. RGB value is (255,17,23). Sum of RGB (Red+Green+Blue) = 255+17+23=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1117 is #00EEE8. Grayscale: #595959. Windows color (decimal): -61161 or 1511935. OLE color: 1511935.

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

Color convert

RGB2551723-
CMYK00.930.910
HSL358.49º100%53.33%-
HSV(B)358.49º93.33%100%-
XYZ41.621.722.81-
YUV88.8590.85246.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 86.44%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=86.44%
G=5.76%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255172300.930.910358.4910053.33
HexFF111705D5B01666435
Octal37721270135133054614465
Binary11111111100011011101011101101101101011001101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1117; }

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

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

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

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

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

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

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

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