Html Css Color HEX #F92141 Torch Red

📋 copy color: '#F92141'

red 249 ◦ green 33 ◦ blue 65

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

Shades of Torch Red #F92141

Tints of Torch Red #F92141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 71.76%
G = 9.51%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92141 (or 0xF92141) is known color: Torch Red. HEX triplet: F9, 21 and 41. RGB value is (249,33,65). Sum of RGB (Red+Green+Blue) = 249+33+65=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F92141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92141 is #06DEBE. Grayscale: #656565. Windows color (decimal): -450239 or 4268537. OLE color: 4268537.

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

Color convert

RGB 249 33 65 -
CMYK 0 0.87 0.74 0.02
HSL 351.11º 0.95% 0.55% -
HSV(B) 351.11º 0.87% 0.98% -
XYZ 40.56 21.61 7.03 -
YUV 101.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 249 33 65 0 0.87 0.74 0.02 351.11 0.95 0.55
Hex F9 21 41 0 57 4A 2 15F 5F 37
Octal 371 41 101 0 127 112 2 537 137 67
Binary 11111001 100001 1000001 0 1010111 1001010 10 101011111 1011111 110111

Color Harmonies of #F92141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92141

Black with #F92141

Text Example


Text Example

White with #F92141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92141; }

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

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

background-color css

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

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

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

border-color css

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

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

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