Html Css Color HEX #F7151B Torch Red

📋 copy color: '#F7151B'

red 247 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #F7151B

Tints of Torch Red #F7151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

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

R = 83.73%
G = 7.12%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7151B (or 0xF7151B) is known color: Torch Red. HEX triplet: F7, 15 and 1B. RGB value is (247,21,27). Sum of RGB (Red+Green+Blue) = 247+21+27=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7151B is #08EAE4. Grayscale: #595959. Windows color (decimal): -584421 or 1775095. OLE color: 1775095.

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

Color convert

RGB 247 21 27 -
CMYK 0 0.91 0.89 0.03
HSL 358.41º 0.93% 0.53% -
HSV(B) 358.41º 0.91% 0.97% -
XYZ 38.82 20.39 2.93 -
YUV 89.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 247 21 27 0 0.91 0.89 0.03 358.41 0.93 0.53
Hex F7 15 1B 0 5B 59 3 166 5D 35
Octal 367 25 33 0 133 131 3 546 135 65
Binary 11110111 10101 11011 0 1011011 1011001 11 101100110 1011101 110101

Color Harmonies of #F7151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7151B

Black with #F7151B

Text Example


Text Example

White with #F7151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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