Html Css Color HEX #F72030 Torch Red

📋 copy color: '#F72030'

red 247 ◦ green 32 ◦ blue 48

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

Shades of Torch Red #F72030

Tints of Torch Red #F72030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 75.54%
G = 9.79%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F72030 (or 0xF72030) is known color: Torch Red. HEX triplet: F7, 20 and 30. RGB value is (247,32,48). Sum of RGB (Red+Green+Blue) = 247+32+48=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F72030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72030 is #08DFCF. Grayscale: #626262. Windows color (decimal): -581584 or 3154167. OLE color: 3154167.

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

Color convert

RGB 247 32 48 -
CMYK 0 0.87 0.81 0.03
HSL 355.53º 0.93% 0.55% -
HSV(B) 355.53º 0.87% 0.97% -
XYZ 39.41 21.02 4.78 -
YUV 98.11 99.73 234.2 -
System Red Green Blue C M Y K H S L
Decimal 247 32 48 0 0.87 0.81 0.03 355.53 0.93 0.55
Hex F7 20 30 0 57 51 3 164 5D 37
Octal 367 40 60 0 127 121 3 544 135 67
Binary 11110111 100000 110000 0 1010111 1010001 11 101100100 1011101 110111

Color Harmonies of #F72030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72030

Black with #F72030

Text Example


Text Example

White with #F72030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72030; }

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

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

background-color css

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

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

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

border-color css

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

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

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