Html Css Color HEX #F72031 Torch Red

📋 copy color: '#F72031'

red 247 ◦ green 32 ◦ blue 49

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

Shades of Torch Red #F72031

Tints of Torch Red #F72031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 75.3%
G = 9.76%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F72031 (or 0xF72031) is known color: Torch Red. HEX triplet: F7, 20 and 31. RGB value is (247,32,49). Sum of RGB (Red+Green+Blue) = 247+32+49=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F72031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72031 is #08DFCE. Grayscale: #626262. Windows color (decimal): -581583 or 3219703. OLE color: 3219703.

HSL color Cylindrical-coordinate representation of color #F72031: hue angle of 355.26º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72031 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 49 -
CMYK 0 0.87 0.80 0.03
HSL 355.26º 0.93% 0.55% -
HSV(B) 355.26º 0.87% 0.97% -
XYZ 39.43 21.03 4.89 -
YUV 98.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 247 32 49 0 0.87 0.80 0.03 355.26 0.93 0.55
Hex F7 20 31 0 57 50 3 163 5D 37
Octal 367 40 61 0 127 120 3 543 135 67
Binary 11110111 100000 110001 0 1010111 1010000 11 101100011 1011101 110111

Color Harmonies of #F72031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72031

Black with #F72031

Text Example


Text Example

White with #F72031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72031; }

 p { color: rgb(247,32,49); }

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

background-color css

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

 a { background-color: rgb(247,32,49); }

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

border-color css

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

 span { border-color: rgb(247,32,49); }

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