Html Css Color HEX #F9112F Torch Red

📋 copy color: '#F9112F'

red 249 ◦ green 17 ◦ blue 47

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

Shades of Torch Red #F9112F

Tints of Torch Red #F9112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 79.55%
G = 5.43%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9112F (or 0xF9112F) is known color: Torch Red. HEX triplet: F9, 11 and 2F. RGB value is (249,17,47). Sum of RGB (Red+Green+Blue) = 249+17+47=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9112F is #06EED0. Grayscale: #595959. Windows color (decimal): -454353 or 3084793. OLE color: 3084793.

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

Color convert

RGB 249 17 47 -
CMYK 0 0.93 0.81 0.02
HSL 352.24º 0.95% 0.52% -
HSV(B) 352.24º 0.93% 0.98% -
XYZ 39.78 20.75 4.6 -
YUV 89.79 103.86 241.56 -
System Red Green Blue C M Y K H S L
Decimal 249 17 47 0 0.93 0.81 0.02 352.24 0.95 0.52
Hex F9 11 2F 0 5D 51 2 160 5F 34
Octal 371 21 57 0 135 121 2 540 137 64
Binary 11111001 10001 101111 0 1011101 1010001 10 101100000 1011111 110100

Color Harmonies of #F9112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9112F

Black with #F9112F

Text Example


Text Example

White with #F9112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9112F; }

 p { color: rgb(249,17,47); }

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

background-color css

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

 a { background-color: rgb(249,17,47); }

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

border-color css

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

 span { border-color: rgb(249,17,47); }

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