Html Css Color HEX #F9112A Torch Red

📋 copy color: '#F9112A'

red 249 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #F9112A

Tints of Torch Red #F9112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 80.84%
G = 5.52%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9112A (or 0xF9112A) is known color: Torch Red. HEX triplet: F9, 11 and 2A. RGB value is (249,17,42). Sum of RGB (Red+Green+Blue) = 249+17+42=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F9112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9112A is #06EED5. Grayscale: #595959. Windows color (decimal): -454358 or 2757113. OLE color: 2757113.

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

Color convert

RGB 249 17 42 -
CMYK 0 0.93 0.83 0.02
HSL 353.53º 0.95% 0.52% -
HSV(B) 353.53º 0.93% 0.98% -
XYZ 39.69 20.71 4.1 -
YUV 89.22 101.36 241.97 -
System Red Green Blue C M Y K H S L
Decimal 249 17 42 0 0.93 0.83 0.02 353.53 0.95 0.52
Hex F9 11 2A 0 5D 53 2 162 5F 34
Octal 371 21 52 0 135 123 2 542 137 64
Binary 11111001 10001 101010 0 1011101 1010011 10 101100010 1011111 110100

Color Harmonies of #F9112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9112A

Black with #F9112A

Text Example


Text Example

White with #F9112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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