Html Css Color HEX #F71429 Torch Red

📋 copy color: '#F71429'

red 247 ◦ green 20 ◦ blue 41

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

Shades of Torch Red #F71429

Tints of Torch Red #F71429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 80.19%
G = 6.49%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F71429 (or 0xF71429) is known color: Torch Red. HEX triplet: F7, 14 and 29. RGB value is (247,20,41). Sum of RGB (Red+Green+Blue) = 247+20+41=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F71429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71429 is #08EBD6. Grayscale: #5A5A5A. Windows color (decimal): -584663 or 2692343. OLE color: 2692343.

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

Color convert

RGB 247 20 41 -
CMYK 0 0.92 0.83 0.03
HSL 354.45º 0.93% 0.52% -
HSV(B) 354.45º 0.92% 0.97% -
XYZ 39.01 20.43 3.99 -
YUV 90.27 100.21 239.79 -
System Red Green Blue C M Y K H S L
Decimal 247 20 41 0 0.92 0.83 0.03 354.45 0.93 0.52
Hex F7 14 29 0 5C 53 3 162 5D 34
Octal 367 24 51 0 134 123 3 542 135 64
Binary 11110111 10100 101001 0 1011100 1010011 11 101100010 1011101 110100

Color Harmonies of #F71429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71429

Black with #F71429

Text Example


Text Example

White with #F71429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71429; }

 p { color: rgb(247,20,41); }

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

background-color css

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

 a { background-color: rgb(247,20,41); }

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

border-color css

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

 span { border-color: rgb(247,20,41); }

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