Html Css Color HEX #F71236 Torch Red

📋 copy color: '#F71236'

red 247 ◦ green 18 ◦ blue 54

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

Shades of Torch Red #F71236

Tints of Torch Red #F71236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 77.43%
G = 5.64%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F71236 (or 0xF71236) is known color: Torch Red. HEX triplet: F7, 12 and 36. RGB value is (247,18,54). Sum of RGB (Red+Green+Blue) = 247+18+54=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F71236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71236 is #08EDC9. Grayscale: #5A5A5A. Windows color (decimal): -585162 or 3543799. OLE color: 3543799.

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

Color convert

RGB 247 18 54 -
CMYK 0 0.93 0.78 0.03
HSL 350.57º 0.93% 0.52% -
HSV(B) 350.57º 0.93% 0.97% -
XYZ 39.24 20.47 5.37 -
YUV 90.58 107.37 239.57 -
System Red Green Blue C M Y K H S L
Decimal 247 18 54 0 0.93 0.78 0.03 350.57 0.93 0.52
Hex F7 12 36 0 5D 4E 3 15F 5D 34
Octal 367 22 66 0 135 116 3 537 135 64
Binary 11110111 10010 110110 0 1011101 1001110 11 101011111 1011101 110100

Color Harmonies of #F71236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71236

Black with #F71236

Text Example


Text Example

White with #F71236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71236; }

 p { color: rgb(247,18,54); }

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

background-color css

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

 a { background-color: rgb(247,18,54); }

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

border-color css

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

 span { border-color: rgb(247,18,54); }

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