Html Css Color HEX #F7152B Torch Red

📋 copy color: '#F7152B'

red 247 ◦ green 21 ◦ blue 43

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

Shades of Torch Red #F7152B

Tints of Torch Red #F7152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 79.42%
G = 6.75%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7152B (or 0xF7152B) is known color: Torch Red. HEX triplet: F7, 15 and 2B. RGB value is (247,21,43). Sum of RGB (Red+Green+Blue) = 247+21+43=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7152B is #08EAD4. Grayscale: #5B5B5B. Windows color (decimal): -584405 or 2823671. OLE color: 2823671.

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

Color convert

RGB 247 21 43 -
CMYK 0 0.91 0.83 0.03
HSL 354.16º 0.93% 0.53% -
HSV(B) 354.16º 0.91% 0.97% -
XYZ 39.06 20.48 4.18 -
YUV 91.08 100.87 239.21 -
System Red Green Blue C M Y K H S L
Decimal 247 21 43 0 0.91 0.83 0.03 354.16 0.93 0.53
Hex F7 15 2B 0 5B 53 3 162 5D 35
Octal 367 25 53 0 133 123 3 542 135 65
Binary 11110111 10101 101011 0 1011011 1010011 11 101100010 1011101 110101

Color Harmonies of #F7152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7152B

Black with #F7152B

Text Example


Text Example

White with #F7152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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