Html Css Color HEX #F71522 Torch Red

📋 copy color: '#F71522'

red 247 ◦ green 21 ◦ blue 34

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

Shades of Torch Red #F71522

Tints of Torch Red #F71522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 81.79%
G = 6.95%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F71522 (or 0xF71522) is known color: Torch Red. HEX triplet: F7, 15 and 22. RGB value is (247,21,34). Sum of RGB (Red+Green+Blue) = 247+21+34=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F71522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71522 is #08EADD. Grayscale: #5A5A5A. Windows color (decimal): -584414 or 2233847. OLE color: 2233847.

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

Color convert

RGB 247 21 34 -
CMYK 0 0.91 0.86 0.03
HSL 356.55º 0.93% 0.53% -
HSV(B) 356.55º 0.91% 0.97% -
XYZ 38.91 20.43 3.4 -
YUV 90.06 96.37 239.94 -
System Red Green Blue C M Y K H S L
Decimal 247 21 34 0 0.91 0.86 0.03 356.55 0.93 0.53
Hex F7 15 22 0 5B 56 3 165 5D 35
Octal 367 25 42 0 133 126 3 545 135 65
Binary 11110111 10101 100010 0 1011011 1010110 11 101100101 1011101 110101

Color Harmonies of #F71522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71522

Black with #F71522

Text Example


Text Example

White with #F71522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71522; }

 p { color: rgb(247,21,34); }

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

background-color css

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

 a { background-color: rgb(247,21,34); }

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

border-color css

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

 span { border-color: rgb(247,21,34); }

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