Html Css Color HEX #F92129 Torch Red

📋 copy color: '#F92129'

red 249 ◦ green 33 ◦ blue 41

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

Shades of Torch Red #F92129

Tints of Torch Red #F92129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 77.09%
G = 10.22%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92129 (or 0xF92129) is known color: Torch Red. HEX triplet: F9, 21 and 29. RGB value is (249,33,41). Sum of RGB (Red+Green+Blue) = 249+33+41=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F92129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92129 is #06DED6. Grayscale: #626262. Windows color (decimal): -450263 or 2695673. OLE color: 2695673.

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

Color convert

RGB 249 33 41 -
CMYK 0 0.87 0.84 0.02
HSL 357.78º 0.95% 0.55% -
HSV(B) 357.78º 0.87% 0.98% -
XYZ 40.01 21.39 4.12 -
YUV 98.5 95.56 235.35 -
System Red Green Blue C M Y K H S L
Decimal 249 33 41 0 0.87 0.84 0.02 357.78 0.95 0.55
Hex F9 21 29 0 57 54 2 166 5F 37
Octal 371 41 51 0 127 124 2 546 137 67
Binary 11111001 100001 101001 0 1010111 1010100 10 101100110 1011111 110111

Color Harmonies of #F92129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92129

Black with #F92129

Text Example


Text Example

White with #F92129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92129; }

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

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

background-color css

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

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

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

border-color css

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

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

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