Html Css Color HEX #F9122F Torch Red

📋 copy color: '#F9122F'

red 249 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #F9122F

Tints of Torch Red #F9122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 79.3%
G = 5.73%
B = 14.97%

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

#F9122F (or 0xF9122F) is known color: Torch Red. HEX triplet: F9, 12 and 2F. RGB value is (249,18,47). Sum of RGB (Red+Green+Blue) = 249+18+47=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F9122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9122F is #06EDD0. Grayscale: #5A5A5A. Windows color (decimal): -454097 or 3085049. OLE color: 3085049.

HSL color Cylindrical-coordinate representation of color #F9122F: hue angle of 352.47º 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 #F9122F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 47 -
CMYK 0 0.93 0.81 0.02
HSL 352.47º 0.95% 0.52% -
HSV(B) 352.47º 0.93% 0.98% -
XYZ 39.8 20.78 4.6 -
YUV 90.38 103.53 241.14 -
System Red Green Blue C M Y K H S L
Decimal 249 18 47 0 0.93 0.81 0.02 352.47 0.95 0.52
Hex F9 12 2F 0 5D 51 2 160 5F 34
Octal 371 22 57 0 135 121 2 540 137 64
Binary 11111001 10010 101111 0 1011101 1010001 10 101100000 1011111 110100

Color Harmonies of #F9122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9122F

Black with #F9122F

Text Example


Text Example

White with #F9122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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