Html Css Color HEX #FF1117 Torch Red

📋 copy color: '#FF1117'

red 255 ◦ green 17 ◦ blue 23

#FF1117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FF1117

Tints of Torch Red #FF1117

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.8%

R = 86.44%
G = 5.76%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1117 (or 0xFF1117) is known color: 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

RGB 255 17 23 -
CMYK 0 0.93 0.91 0
HSL 358.49º 1% 0.53% -
HSV(B) 358.49º 0.93% 1% -
XYZ 41.6 21.72 2.81 -
YUV 88.85 90.85 246.51 -
System Red Green Blue C M Y K H S L
Decimal 255 17 23 0 0.93 0.91 0 358.49 1 0.53
Hex FF 11 17 0 5D 5B 0 166 64 35
Octal 377 21 27 0 135 133 0 546 144 65
Binary 11111111 10001 10111 0 1011101 1011011 0 101100110 1100100 110101

Color Harmonies of #FF1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1117

Black with #FF1117

Text Example


Text Example

White with #FF1117

Text Example


Text Example

HTML Codes & Css Web 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>