Html Css Color HEX #F72034 Torch Red

📋 copy color: '#F72034'

red 247 ◦ green 32 ◦ blue 52

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

Shades of Torch Red #F72034

Tints of Torch Red #F72034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 74.62%
G = 9.67%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F72034 (or 0xF72034) is known color: Torch Red. HEX triplet: F7, 20 and 34. RGB value is (247,32,52). Sum of RGB (Red+Green+Blue) = 247+32+52=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F72034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72034 is #08DFCB. Grayscale: #626262. Windows color (decimal): -581580 or 3416311. OLE color: 3416311.

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

Color convert

RGB 247 32 52 -
CMYK 0 0.87 0.79 0.03
HSL 354.42º 0.93% 0.55% -
HSV(B) 354.42º 0.87% 0.97% -
XYZ 39.49 21.06 5.23 -
YUV 98.57 101.73 233.87 -
System Red Green Blue C M Y K H S L
Decimal 247 32 52 0 0.87 0.79 0.03 354.42 0.93 0.55
Hex F7 20 34 0 57 4F 3 162 5D 37
Octal 367 40 64 0 127 117 3 542 135 67
Binary 11110111 100000 110100 0 1010111 1001111 11 101100010 1011101 110111

Color Harmonies of #F72034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72034

Black with #F72034

Text Example


Text Example

White with #F72034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72034; }

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

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

background-color css

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

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

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

border-color css

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

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

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