Html Css Color HEX #F71845 Torch Red

📋 copy color: '#F71845'

red 247 ◦ green 24 ◦ blue 69

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

Shades of Torch Red #F71845

Tints of Torch Red #F71845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 72.65%
G = 7.06%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F71845 (or 0xF71845) is known color: Torch Red. HEX triplet: F7, 18 and 45. RGB value is (247,24,69). Sum of RGB (Red+Green+Blue) = 247+24+69=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F71845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71845 is #08E7BA. Grayscale: #5F5F5F. Windows color (decimal): -583611 or 4528375. OLE color: 4528375.

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

Color convert

RGB 247 24 69 -
CMYK 0 0.90 0.72 0.03
HSL 347.89º 0.93% 0.53% -
HSV(B) 347.89º 0.9% 0.97% -
XYZ 39.76 20.86 7.56 -
YUV 95.81 112.88 235.84 -
System Red Green Blue C M Y K H S L
Decimal 247 24 69 0 0.90 0.72 0.03 347.89 0.93 0.53
Hex F7 18 45 0 5A 48 3 15C 5D 35
Octal 367 30 105 0 132 110 3 534 135 65
Binary 11110111 11000 1000101 0 1011010 1001000 11 101011100 1011101 110101

Color Harmonies of #F71845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71845

Black with #F71845

Text Example


Text Example

White with #F71845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71845; }

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

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

background-color css

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

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

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

border-color css

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

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

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