Html Css Color HEX #F9112D Torch Red

📋 copy color: '#F9112D'

red 249 ◦ green 17 ◦ blue 45

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

Shades of Torch Red #F9112D

Tints of Torch Red #F9112D

RGB

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

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

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

R = 80.06%
G = 5.47%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9112D (or 0xF9112D) is known color: Torch Red. HEX triplet: F9, 11 and 2D. RGB value is (249,17,45). Sum of RGB (Red+Green+Blue) = 249+17+45=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9112D is #06EED2. Grayscale: #595959. Windows color (decimal): -454355 or 2953721. OLE color: 2953721.

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

Color convert

RGB 249 17 45 -
CMYK 0 0.93 0.82 0.02
HSL 352.76º 0.95% 0.52% -
HSV(B) 352.76º 0.93% 0.98% -
XYZ 39.74 20.73 4.39 -
YUV 89.56 102.86 241.72 -
System Red Green Blue C M Y K H S L
Decimal 249 17 45 0 0.93 0.82 0.02 352.76 0.95 0.52
Hex F9 11 2D 0 5D 52 2 161 5F 34
Octal 371 21 55 0 135 122 2 541 137 64
Binary 11111001 10001 101101 0 1011101 1010010 10 101100001 1011111 110100

Color Harmonies of #F9112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9112D

Black with #F9112D

Text Example


Text Example

White with #F9112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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