Html Css Color HEX #F9172B Torch Red

📋 copy color: '#F9172B'

red 249 ◦ green 23 ◦ blue 43

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

Shades of Torch Red #F9172B

Tints of Torch Red #F9172B

RGB

 RED value IS 249 (97.66% from 255) = 79.05%

 GREEN value IS 23 (9.38% from 255) = 7.3%

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

R = 79.05%
G = 7.3%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9172B (or 0xF9172B) is known color: Torch Red. HEX triplet: F9, 17 and 2B. RGB value is (249,23,43). Sum of RGB (Red+Green+Blue) = 249+23+43=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F9172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9172B is #06E8D4. Grayscale: #5D5D5D. Windows color (decimal): -452821 or 2824185. OLE color: 2824185.

HSL color Cylindrical-coordinate representation of color #F9172B: hue angle of 354.69º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9172B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 23 43 -
CMYK 0 0.91 0.83 0.02
HSL 354.69º 0.95% 0.53% -
HSV(B) 354.69º 0.91% 0.98% -
XYZ 39.81 20.93 4.23 -
YUV 92.85 99.87 239.37 -
System Red Green Blue C M Y K H S L
Decimal 249 23 43 0 0.91 0.83 0.02 354.69 0.95 0.53
Hex F9 17 2B 0 5B 53 2 163 5F 35
Octal 371 27 53 0 133 123 2 543 137 65
Binary 11111001 10111 101011 0 1011011 1010011 10 101100011 1011111 110101

Color Harmonies of #F9172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9172B

Black with #F9172B

Text Example


Text Example

White with #F9172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9172B; }

 p { color: rgb(249,23,43); }

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

background-color css

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

 a { background-color: rgb(249,23,43); }

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

border-color css

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

 span { border-color: rgb(249,23,43); }

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