Html Css Color HEX #F7131B Torch Red

📋 copy color: '#F7131B'

red 247 ◦ green 19 ◦ blue 27

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

Shades of Torch Red #F7131B

Tints of Torch Red #F7131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 84.3%
G = 6.48%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7131B (or 0xF7131B) is known color: Torch Red. HEX triplet: F7, 13 and 1B. RGB value is (247,19,27). Sum of RGB (Red+Green+Blue) = 247+19+27=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F7131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7131B is #08ECE4. Grayscale: #585858. Windows color (decimal): -584933 or 1774583. OLE color: 1774583.

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

Color convert

RGB 247 19 27 -
CMYK 0 0.92 0.89 0.03
HSL 357.89º 0.93% 0.52% -
HSV(B) 357.89º 0.92% 0.97% -
XYZ 38.79 20.32 2.91 -
YUV 88.08 93.54 241.35 -
System Red Green Blue C M Y K H S L
Decimal 247 19 27 0 0.92 0.89 0.03 357.89 0.93 0.52
Hex F7 13 1B 0 5C 59 3 166 5D 34
Octal 367 23 33 0 134 131 3 546 135 64
Binary 11110111 10011 11011 0 1011100 1011001 11 101100110 1011101 110100

Color Harmonies of #F7131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7131B

Black with #F7131B

Text Example


Text Example

White with #F7131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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