Html Css Color HEX #F7151A Torch Red

📋 copy color: '#F7151A'

red 247 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F7151A

Tints of Torch Red #F7151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.84%

R = 84.01%
G = 7.14%
B = 8.84%

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

#F7151A (or 0xF7151A) is known color: Torch Red. HEX triplet: F7, 15 and 1A. RGB value is (247,21,26). Sum of RGB (Red+Green+Blue) = 247+21+26=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F7151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7151A is #08EAE5. Grayscale: #595959. Windows color (decimal): -584422 or 1709559. OLE color: 1709559.

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

Color convert

RGB 247 21 26 -
CMYK 0 0.91 0.89 0.03
HSL 358.67º 0.93% 0.53% -
HSV(B) 358.67º 0.91% 0.97% -
XYZ 38.81 20.39 2.87 -
YUV 89.14 92.37 240.59 -
System Red Green Blue C M Y K H S L
Decimal 247 21 26 0 0.91 0.89 0.03 358.67 0.93 0.53
Hex F7 15 1A 0 5B 59 3 167 5D 35
Octal 367 25 32 0 133 131 3 547 135 65
Binary 11110111 10101 11010 0 1011011 1011001 11 101100111 1011101 110101

Color Harmonies of #F7151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7151A

Black with #F7151A

Text Example


Text Example

White with #F7151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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