Html Css Color HEX #F72028 Torch Red

📋 copy color: '#F72028'

red 247 ◦ green 32 ◦ blue 40

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

Shades of Torch Red #F72028

Tints of Torch Red #F72028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 77.43%
G = 10.03%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F72028 (or 0xF72028) is known color: Torch Red. HEX triplet: F7, 20 and 28. RGB value is (247,32,40). Sum of RGB (Red+Green+Blue) = 247+32+40=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F72028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72028 is #08DFD7. Grayscale: #616161. Windows color (decimal): -581592 or 2629879. OLE color: 2629879.

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

Color convert

RGB 247 32 40 -
CMYK 0 0.87 0.84 0.03
HSL 357.77º 0.93% 0.55% -
HSV(B) 357.77º 0.87% 0.97% -
XYZ 39.26 20.96 3.98 -
YUV 97.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 247 32 40 0 0.87 0.84 0.03 357.77 0.93 0.55
Hex F7 20 28 0 57 54 3 166 5D 37
Octal 367 40 50 0 127 124 3 546 135 67
Binary 11110111 100000 101000 0 1010111 1010100 11 101100110 1011101 110111

Color Harmonies of #F72028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72028

Black with #F72028

Text Example


Text Example

White with #F72028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72028; }

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

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

background-color css

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

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

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

border-color css

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

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

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