Html Css Color HEX #F91120 Torch Red

📋 copy color: '#F91120'

red 249 ◦ green 17 ◦ blue 32

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

Shades of Torch Red #F91120

Tints of Torch Red #F91120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 83.56%
G = 5.7%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F91120 (or 0xF91120) is known color: Torch Red. HEX triplet: F9, 11 and 20. RGB value is (249,17,32). Sum of RGB (Red+Green+Blue) = 249+17+32=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F91120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91120 is #06EEDF. Grayscale: #585858. Windows color (decimal): -454368 or 2101753. OLE color: 2101753.

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

Color convert

RGB 249 17 32 -
CMYK 0 0.93 0.87 0.02
HSL 356.12º 0.95% 0.52% -
HSV(B) 356.12º 0.93% 0.98% -
XYZ 39.53 20.64 3.27 -
YUV 88.08 96.36 242.78 -
System Red Green Blue C M Y K H S L
Decimal 249 17 32 0 0.93 0.87 0.02 356.12 0.95 0.52
Hex F9 11 20 0 5D 57 2 164 5F 34
Octal 371 21 40 0 135 127 2 544 137 64
Binary 11111001 10001 100000 0 1011101 1010111 10 101100100 1011111 110100

Color Harmonies of #F91120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91120

Black with #F91120

Text Example


Text Example

White with #F91120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91120; }

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

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

background-color css

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

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

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

border-color css

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

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

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