Html Css Color HEX #F7152D Torch Red

📋 copy color: '#F7152D'

red 247 ◦ green 21 ◦ blue 45

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

Shades of Torch Red #F7152D

Tints of Torch Red #F7152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 78.91%
G = 6.71%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7152D (or 0xF7152D) is known color: Torch Red. HEX triplet: F7, 15 and 2D. RGB value is (247,21,45). Sum of RGB (Red+Green+Blue) = 247+21+45=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7152D is #08EAD2. Grayscale: #5B5B5B. Windows color (decimal): -584403 or 2954743. OLE color: 2954743.

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

Color convert

RGB 247 21 45 -
CMYK 0 0.91 0.82 0.03
HSL 353.63º 0.93% 0.53% -
HSV(B) 353.63º 0.91% 0.97% -
XYZ 39.1 20.5 4.38 -
YUV 91.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 247 21 45 0 0.91 0.82 0.03 353.63 0.93 0.53
Hex F7 15 2D 0 5B 52 3 162 5D 35
Octal 367 25 55 0 133 122 3 542 135 65
Binary 11110111 10101 101101 0 1011011 1010010 11 101100010 1011101 110101

Color Harmonies of #F7152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7152D

Black with #F7152D

Text Example


Text Example

White with #F7152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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