Html Css Color HEX #F71841 Torch Red

📋 copy color: '#F71841'

red 247 ◦ green 24 ◦ blue 65

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

Shades of Torch Red #F71841

Tints of Torch Red #F71841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 73.51%
G = 7.14%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F71841 (or 0xF71841) is known color: Torch Red. HEX triplet: F7, 18 and 41. RGB value is (247,24,65). Sum of RGB (Red+Green+Blue) = 247+24+65=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F71841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71841 is #08E7BE. Grayscale: #5F5F5F. Windows color (decimal): -583615 or 4266231. OLE color: 4266231.

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

Color convert

RGB 247 24 65 -
CMYK 0 0.90 0.74 0.03
HSL 348.97º 0.93% 0.53% -
HSV(B) 348.97º 0.9% 0.97% -
XYZ 39.64 20.81 6.93 -
YUV 95.35 110.88 236.17 -
System Red Green Blue C M Y K H S L
Decimal 247 24 65 0 0.90 0.74 0.03 348.97 0.93 0.53
Hex F7 18 41 0 5A 4A 3 15D 5D 35
Octal 367 30 101 0 132 112 3 535 135 65
Binary 11110111 11000 1000001 0 1011010 1001010 11 101011101 1011101 110101

Color Harmonies of #F71841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71841

Black with #F71841

Text Example


Text Example

White with #F71841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71841; }

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

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

background-color css

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

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

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

border-color css

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

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

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