Html Css Color HEX #F71820 Torch Red

📋 copy color: '#F71820'

red 247 ◦ green 24 ◦ blue 32

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

Shades of Torch Red #F71820

Tints of Torch Red #F71820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 81.52%
G = 7.92%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F71820 (or 0xF71820) is known color: Torch Red. HEX triplet: F7, 18 and 20. RGB value is (247,24,32). Sum of RGB (Red+Green+Blue) = 247+24+32=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F71820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71820 is #08E7DF. Grayscale: #5B5B5B. Windows color (decimal): -583648 or 2103543. OLE color: 2103543.

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

Color convert

RGB 247 24 32 -
CMYK 0 0.90 0.87 0.03
HSL 357.85º 0.93% 0.53% -
HSV(B) 357.85º 0.9% 0.97% -
XYZ 38.95 20.53 3.28 -
YUV 91.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 247 24 32 0 0.90 0.87 0.03 357.85 0.93 0.53
Hex F7 18 20 0 5A 57 3 166 5D 35
Octal 367 30 40 0 132 127 3 546 135 65
Binary 11110111 11000 100000 0 1011010 1010111 11 101100110 1011101 110101

Color Harmonies of #F71820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71820

Black with #F71820

Text Example


Text Example

White with #F71820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71820; }

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

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

background-color css

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

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

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

border-color css

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

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

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