Html Css Color HEX #F91E32 Torch Red

📋 copy color: '#F91E32'

red 249 ◦ green 30 ◦ blue 50

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

Shades of Torch Red #F91E32

Tints of Torch Red #F91E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

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

R = 75.68%
G = 9.12%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F91E32 (or 0xF91E32) is known color: Torch Red. HEX triplet: F9, 1E and 32. RGB value is (249,30,50). Sum of RGB (Red+Green+Blue) = 249+30+50=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91E32 is #06E1CD. Grayscale: #616161. Windows color (decimal): -451022 or 3284729. OLE color: 3284729.

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

Color convert

RGB 249 30 50 -
CMYK 0 0.88 0.80 0.02
HSL 354.52º 0.95% 0.55% -
HSV(B) 354.52º 0.88% 0.98% -
XYZ 40.11 21.3 5.01 -
YUV 97.76 101.05 235.87 -
System Red Green Blue C M Y K H S L
Decimal 249 30 50 0 0.88 0.80 0.02 354.52 0.95 0.55
Hex F9 1E 32 0 58 50 2 163 5F 37
Octal 371 36 62 0 130 120 2 543 137 67
Binary 11111001 11110 110010 0 1011000 1010000 10 101100011 1011111 110111

Color Harmonies of #F91E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91E32

Black with #F91E32

Text Example


Text Example

White with #F91E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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