Html Css Color HEX #F92032 Torch Red

📋 copy color: '#F92032'

red 249 ◦ green 32 ◦ blue 50

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

Shades of Torch Red #F92032

Tints of Torch Red #F92032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 75.23%
G = 9.67%
B = 15.11%

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

#F92032 (or 0xF92032) is known color: Torch Red. HEX triplet: F9, 20 and 32. RGB value is (249,32,50). Sum of RGB (Red+Green+Blue) = 249+32+50=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F92032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92032 is #06DFCD. Grayscale: #636363. Windows color (decimal): -450510 or 3285241. OLE color: 3285241.

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

Color convert

RGB 249 32 50 -
CMYK 0 0.87 0.80 0.02
HSL 355.02º 0.95% 0.55% -
HSV(B) 355.02º 0.87% 0.98% -
XYZ 40.16 21.4 5.03 -
YUV 98.94 100.39 235.04 -
System Red Green Blue C M Y K H S L
Decimal 249 32 50 0 0.87 0.80 0.02 355.02 0.95 0.55
Hex F9 20 32 0 57 50 2 163 5F 37
Octal 371 40 62 0 127 120 2 543 137 67
Binary 11111001 100000 110010 0 1010111 1010000 10 101100011 1011111 110111

Color Harmonies of #F92032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92032

Black with #F92032

Text Example


Text Example

White with #F92032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92032; }

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

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

background-color css

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

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

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

border-color css

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

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

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