Html Css Color HEX #F91131 Torch Red

📋 copy color: '#F91131'

red 249 ◦ green 17 ◦ blue 49

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

Shades of Torch Red #F91131

Tints of Torch Red #F91131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 79.05%
G = 5.4%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F91131 (or 0xF91131) is known color: Torch Red. HEX triplet: F9, 11 and 31. RGB value is (249,17,49). Sum of RGB (Red+Green+Blue) = 249+17+49=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F91131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91131 is #06EECE. Grayscale: #5A5A5A. Windows color (decimal): -454351 or 3215865. OLE color: 3215865.

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

Color convert

RGB 249 17 49 -
CMYK 0 0.93 0.80 0.02
HSL 351.72º 0.95% 0.52% -
HSV(B) 351.72º 0.93% 0.98% -
XYZ 39.82 20.76 4.81 -
YUV 90.02 104.86 241.4 -
System Red Green Blue C M Y K H S L
Decimal 249 17 49 0 0.93 0.80 0.02 351.72 0.95 0.52
Hex F9 11 31 0 5D 50 2 160 5F 34
Octal 371 21 61 0 135 120 2 540 137 64
Binary 11111001 10001 110001 0 1011101 1010000 10 101100000 1011111 110100

Color Harmonies of #F91131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91131

Black with #F91131

Text Example


Text Example

White with #F91131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91131; }

 p { color: rgb(249,17,49); }

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

background-color css

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

 a { background-color: rgb(249,17,49); }

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

border-color css

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

 span { border-color: rgb(249,17,49); }

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