Html Css Color HEX #F92031 Torch Red

📋 copy color: '#F92031'

red 249 ◦ green 32 ◦ blue 49

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

Shades of Torch Red #F92031

Tints of Torch Red #F92031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 75.45%
G = 9.7%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F92031 (or 0xF92031) is known color: Torch Red. HEX triplet: F9, 20 and 31. RGB value is (249,32,49). Sum of RGB (Red+Green+Blue) = 249+32+49=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F92031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92031 is #06DFCE. Grayscale: #626262. Windows color (decimal): -450511 or 3219705. OLE color: 3219705.

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

Color convert

RGB 249 32 49 -
CMYK 0 0.87 0.80 0.02
HSL 355.3º 0.95% 0.55% -
HSV(B) 355.3º 0.87% 0.98% -
XYZ 40.14 21.39 4.92 -
YUV 98.82 99.89 235.12 -
System Red Green Blue C M Y K H S L
Decimal 249 32 49 0 0.87 0.80 0.02 355.3 0.95 0.55
Hex F9 20 31 0 57 50 2 163 5F 37
Octal 371 40 61 0 127 120 2 543 137 67
Binary 11111001 100000 110001 0 1010111 1010000 10 101100011 1011111 110111

Color Harmonies of #F92031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92031

Black with #F92031

Text Example


Text Example

White with #F92031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92031; }

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

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

background-color css

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

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

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

border-color css

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

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

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