Html Css Color HEX #F7071D Torch Red

📋 copy color: '#F7071D'

red 247 ◦ green 7 ◦ blue 29

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

Shades of Torch Red #F7071D

Tints of Torch Red #F7071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

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

R = 87.28%
G = 2.47%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7071D (or 0xF7071D) is known color: Torch Red. HEX triplet: F7, 07 and 1D. RGB value is (247,7,29). Sum of RGB (Red+Green+Blue) = 247+7+29=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F7071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7071D is #08F8E2. Grayscale: #515151. Windows color (decimal): -588003 or 1902583. OLE color: 1902583.

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

Color convert

RGB 247 7 29 -
CMYK 0 0.97 0.88 0.03
HSL 354.5º 0.94% 0.5% -
HSV(B) 354.5º 0.97% 0.97% -
XYZ 38.66 20.01 2.99 -
YUV 81.27 98.51 246.21 -
System Red Green Blue C M Y K H S L
Decimal 247 7 29 0 0.97 0.88 0.03 354.5 0.94 0.5
Hex F7 7 1D 0 61 58 3 162 5E 32
Octal 367 7 35 0 141 130 3 542 136 62
Binary 11110111 111 11101 0 1100001 1011000 11 101100010 1011110 110010

Color Harmonies of #F7071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7071D

Black with #F7071D

Text Example


Text Example

White with #F7071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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