Html Css Color HEX #F71438 Torch Red

📋 copy color: '#F71438'

red 247 ◦ green 20 ◦ blue 56

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

Shades of Torch Red #F71438

Tints of Torch Red #F71438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 76.47%
G = 6.19%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F71438 (or 0xF71438) is known color: Torch Red. HEX triplet: F7, 14 and 38. RGB value is (247,20,56). Sum of RGB (Red+Green+Blue) = 247+20+56=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F71438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71438 is #08EBC7. Grayscale: #5C5C5C. Windows color (decimal): -584648 or 3675383. OLE color: 3675383.

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

Color convert

RGB 247 20 56 -
CMYK 0 0.92 0.77 0.03
HSL 350.48º 0.93% 0.52% -
HSV(B) 350.48º 0.92% 0.97% -
XYZ 39.32 20.56 5.64 -
YUV 91.98 107.71 238.57 -
System Red Green Blue C M Y K H S L
Decimal 247 20 56 0 0.92 0.77 0.03 350.48 0.93 0.52
Hex F7 14 38 0 5C 4D 3 15E 5D 34
Octal 367 24 70 0 134 115 3 536 135 64
Binary 11110111 10100 111000 0 1011100 1001101 11 101011110 1011101 110100

Color Harmonies of #F71438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71438

Black with #F71438

Text Example


Text Example

White with #F71438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71438; }

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

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

background-color css

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

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

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

border-color css

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

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

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