Html Css Color HEX #F7101D Torch Red

📋 copy color: '#F7101D'

red 247 ◦ green 16 ◦ blue 29

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

Shades of Torch Red #F7101D

Tints of Torch Red #F7101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 84.59%
G = 5.48%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7101D (or 0xF7101D) is known color: Torch Red. HEX triplet: F7, 10 and 1D. RGB value is (247,16,29). Sum of RGB (Red+Green+Blue) = 247+16+29=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F7101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7101D is #08EFE2. Grayscale: #565656. Windows color (decimal): -585699 or 1904887. OLE color: 1904887.

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

Color convert

RGB 247 16 29 -
CMYK 0 0.94 0.88 0.03
HSL 356.62º 0.94% 0.52% -
HSV(B) 356.62º 0.94% 0.97% -
XYZ 38.76 20.23 3.02 -
YUV 86.55 95.53 242.44 -
System Red Green Blue C M Y K H S L
Decimal 247 16 29 0 0.94 0.88 0.03 356.62 0.94 0.52
Hex F7 10 1D 0 5E 58 3 165 5E 34
Octal 367 20 35 0 136 130 3 545 136 64
Binary 11110111 10000 11101 0 1011110 1011000 11 101100101 1011110 110100

Color Harmonies of #F7101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7101D

Black with #F7101D

Text Example


Text Example

White with #F7101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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