Html Css Color HEX #F71D45 Torch Red

📋 copy color: '#F71D45'

red 247 ◦ green 29 ◦ blue 69

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

Shades of Torch Red #F71D45

Tints of Torch Red #F71D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 71.59%
G = 8.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F71D45 (or 0xF71D45) is known color: Torch Red. HEX triplet: F7, 1D and 45. RGB value is (247,29,69). Sum of RGB (Red+Green+Blue) = 247+29+69=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D45 is #08E2BA. Grayscale: #626262. Windows color (decimal): -582331 or 4529655. OLE color: 4529655.

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

Color convert

RGB 247 29 69 -
CMYK 0 0.88 0.72 0.03
HSL 348.99º 0.93% 0.54% -
HSV(B) 348.99º 0.88% 0.97% -
XYZ 39.87 21.08 7.6 -
YUV 98.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 247 29 69 0 0.88 0.72 0.03 348.99 0.93 0.54
Hex F7 1D 45 0 58 48 3 15D 5D 36
Octal 367 35 105 0 130 110 3 535 135 66
Binary 11110111 11101 1000101 0 1011000 1001000 11 101011101 1011101 110110

Color Harmonies of #F71D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D45

Black with #F71D45

Text Example


Text Example

White with #F71D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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