Html Css Color HEX #F92139 Torch Red

📋 copy color: '#F92139'

red 249 ◦ green 33 ◦ blue 57

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

Shades of Torch Red #F92139

Tints of Torch Red #F92139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 57 (22.66% from 255) = 16.81%

R = 73.45%
G = 9.73%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F92139 (or 0xF92139) is known color: Torch Red. HEX triplet: F9, 21 and 39. RGB value is (249,33,57). Sum of RGB (Red+Green+Blue) = 249+33+57=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F92139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92139 is #06DEC6. Grayscale: #646464. Windows color (decimal): -450247 or 3744249. OLE color: 3744249.

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

Color convert

RGB 249 33 57 -
CMYK 0 0.87 0.77 0.02
HSL 353.33º 0.95% 0.55% -
HSV(B) 353.33º 0.87% 0.98% -
XYZ 40.35 21.52 5.9 -
YUV 100.32 103.56 234.05 -
System Red Green Blue C M Y K H S L
Decimal 249 33 57 0 0.87 0.77 0.02 353.33 0.95 0.55
Hex F9 21 39 0 57 4D 2 161 5F 37
Octal 371 41 71 0 127 115 2 541 137 67
Binary 11111001 100001 111001 0 1010111 1001101 10 101100001 1011111 110111

Color Harmonies of #F92139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92139

Black with #F92139

Text Example


Text Example

White with #F92139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92139; }

 p { color: rgb(249,33,57); }

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

background-color css

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

 a { background-color: rgb(249,33,57); }

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

border-color css

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

 span { border-color: rgb(249,33,57); }

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