Html Css Color HEX #F7101C Torch Red

📋 copy color: '#F7101C'

red 247 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #F7101C

Tints of Torch Red #F7101C

RGB

 RED value IS 247 (96.88% from 255) = 84.88%

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 84.88%
G = 5.5%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7101C (or 0xF7101C) is known color: Torch Red. HEX triplet: F7, 10 and 1C. RGB value is (247,16,28). Sum of RGB (Red+Green+Blue) = 247+16+28=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F7101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7101C is #08EFE3. Grayscale: #565656. Windows color (decimal): -585700 or 1839351. OLE color: 1839351.

HSL color Cylindrical-coordinate representation of color #F7101C: hue angle of 356.88º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7101C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 28 -
CMYK 0 0.94 0.89 0.03
HSL 356.88º 0.94% 0.52% -
HSV(B) 356.88º 0.94% 0.97% -
XYZ 38.75 20.23 2.96 -
YUV 86.44 95.03 242.52 -
System Red Green Blue C M Y K H S L
Decimal 247 16 28 0 0.94 0.89 0.03 356.88 0.94 0.52
Hex F7 10 1C 0 5E 59 3 165 5E 34
Octal 367 20 34 0 136 131 3 545 136 64
Binary 11110111 10000 11100 0 1011110 1011001 11 101100101 1011110 110100

Color Harmonies of #F7101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7101C

Black with #F7101C

Text Example


Text Example

White with #F7101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7101C; }

 p { color: rgb(247,16,28); }

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

background-color css

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

 a { background-color: rgb(247,16,28); }

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

border-color css

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

 span { border-color: rgb(247,16,28); }

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