Html Css Color HEX #F6171E Torch Red

📋 copy color: '#F6171E'

red 246 ◦ green 23 ◦ blue 30

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

Shades of Torch Red #F6171E

Tints of Torch Red #F6171E

RGB

 RED value IS 246 (96.48% from 255) = 82.27%

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 82.27%
G = 7.69%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6171E (or 0xF6171E) is known color: Torch Red. HEX triplet: F6, 17 and 1E. RGB value is (246,23,30). Sum of RGB (Red+Green+Blue) = 246+23+30=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F6171E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6171E is #09E8E1. Grayscale: #5A5A5A. Windows color (decimal): -649442 or 1972214. OLE color: 1972214.

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

Color convert

RGB 246 23 30 -
CMYK 0 0.91 0.88 0.04
HSL 358.12º 0.93% 0.53% -
HSV(B) 358.12º 0.91% 0.96% -
XYZ 38.55 20.3 3.11 -
YUV 90.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 246 23 30 0 0.91 0.88 0.04 358.12 0.93 0.53
Hex F6 17 1E 0 5B 58 4 166 5D 35
Octal 366 27 36 0 133 130 4 546 135 65
Binary 11110110 10111 11110 0 1011011 1011000 100 101100110 1011101 110101

Color Harmonies of #F6171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6171E

Black with #F6171E

Text Example


Text Example

White with #F6171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6171E; }

 p { color: rgb(246,23,30); }

 H1.HeaderClassName
 {
   color: #F6171E;
 }
 .AnyTagClassName
 {
   color: #F6171E;
 }
</style>

background-color css

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

 a { background-color: rgb(246,23,30); }

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

border-color css

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

 span { border-color: rgb(246,23,30); }

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