Html Css Color HEX #F71B2C Torch Red

📋 copy color: '#F71B2C'

red 247 ◦ green 27 ◦ blue 44

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

Shades of Torch Red #F71B2C

Tints of Torch Red #F71B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 77.67%
G = 8.49%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F71B2C (or 0xF71B2C) is known color: Torch Red. HEX triplet: F7, 1B and 2C. RGB value is (247,27,44). Sum of RGB (Red+Green+Blue) = 247+27+44=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71B2C is #08E4D3. Grayscale: #5E5E5E. Windows color (decimal): -582868 or 2890743. OLE color: 2890743.

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

Color convert

RGB 247 27 44 -
CMYK 0 0.89 0.82 0.03
HSL 355.36º 0.93% 0.54% -
HSV(B) 355.36º 0.89% 0.97% -
XYZ 39.2 20.74 4.32 -
YUV 94.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 247 27 44 0 0.89 0.82 0.03 355.36 0.93 0.54
Hex F7 1B 2C 0 59 52 3 163 5D 36
Octal 367 33 54 0 131 122 3 543 135 66
Binary 11110111 11011 101100 0 1011001 1010010 11 101100011 1011101 110110

Color Harmonies of #F71B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B2C

Black with #F71B2C

Text Example


Text Example

White with #F71B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B2C; }

 p { color: rgb(247,27,44); }

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

background-color css

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

 a { background-color: rgb(247,27,44); }

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

border-color css

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

 span { border-color: rgb(247,27,44); }

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