Html Css Color HEX #F7101A Torch Red

📋 copy color: '#F7101A'

red 247 ◦ green 16 ◦ blue 26

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

Shades of Torch Red #F7101A

Tints of Torch Red #F7101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9%

R = 85.47%
G = 5.54%
B = 9%

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

#F7101A (or 0xF7101A) is known color: Torch Red. HEX triplet: F7, 10 and 1A. RGB value is (247,16,26). Sum of RGB (Red+Green+Blue) = 247+16+26=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F7101A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7101A is #08EFE5. Grayscale: #565656. Windows color (decimal): -585702 or 1708279. OLE color: 1708279.

HSL color Cylindrical-coordinate representation of color #F7101A: hue angle of 357.4º 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 #F7101A is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 26 -
CMYK 0 0.94 0.89 0.03
HSL 357.4º 0.94% 0.52% -
HSV(B) 357.4º 0.94% 0.97% -
XYZ 38.73 20.22 2.84 -
YUV 86.21 94.03 242.69 -
System Red Green Blue C M Y K H S L
Decimal 247 16 26 0 0.94 0.89 0.03 357.4 0.94 0.52
Hex F7 10 1A 0 5E 59 3 165 5E 34
Octal 367 20 32 0 136 131 3 545 136 64
Binary 11110111 10000 11010 0 1011110 1011001 11 101100101 1011110 110100

Color Harmonies of #F7101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7101A

Black with #F7101A

Text Example


Text Example

White with #F7101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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