Html Css Color HEX #F71221 Torch Red

📋 copy color: '#F71221'

red 247 ◦ green 18 ◦ blue 33

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

Shades of Torch Red #F71221

Tints of Torch Red #F71221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 82.89%
G = 6.04%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F71221 (or 0xF71221) is known color: Torch Red. HEX triplet: F7, 12 and 21. RGB value is (247,18,33). Sum of RGB (Red+Green+Blue) = 247+18+33=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F71221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71221 is #08EDDE. Grayscale: #585858. Windows color (decimal): -585183 or 2167543. OLE color: 2167543.

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

Color convert

RGB 247 18 33 -
CMYK 0 0.93 0.87 0.03
HSL 356.07º 0.93% 0.52% -
HSV(B) 356.07º 0.93% 0.97% -
XYZ 38.85 20.32 3.31 -
YUV 88.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 247 18 33 0 0.93 0.87 0.03 356.07 0.93 0.52
Hex F7 12 21 0 5D 57 3 164 5D 34
Octal 367 22 41 0 135 127 3 544 135 64
Binary 11110111 10010 100001 0 1011101 1010111 11 101100100 1011101 110100

Color Harmonies of #F71221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71221

Black with #F71221

Text Example


Text Example

White with #F71221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71221; }

 p { color: rgb(247,18,33); }

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

background-color css

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

 a { background-color: rgb(247,18,33); }

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

border-color css

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

 span { border-color: rgb(247,18,33); }

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