Html Css Color HEX #F91133 Torch Red

📋 copy color: '#F91133'

red 249 ◦ green 17 ◦ blue 51

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

Shades of Torch Red #F91133

Tints of Torch Red #F91133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 78.55%
G = 5.36%
B = 16.09%

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

#F91133 (or 0xF91133) is known color: Torch Red. HEX triplet: F9, 11 and 33. RGB value is (249,17,51). Sum of RGB (Red+Green+Blue) = 249+17+51=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F91133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91133 is #06EECC. Grayscale: #5A5A5A. Windows color (decimal): -454349 or 3346937. OLE color: 3346937.

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

Color convert

RGB 249 17 51 -
CMYK 0 0.93 0.80 0.02
HSL 351.21º 0.95% 0.52% -
HSV(B) 351.21º 0.93% 0.98% -
XYZ 39.86 20.78 5.04 -
YUV 90.24 105.86 241.24 -
System Red Green Blue C M Y K H S L
Decimal 249 17 51 0 0.93 0.80 0.02 351.21 0.95 0.52
Hex F9 11 33 0 5D 50 2 15F 5F 34
Octal 371 21 63 0 135 120 2 537 137 64
Binary 11111001 10001 110011 0 1011101 1010000 10 101011111 1011111 110100

Color Harmonies of #F91133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91133

Black with #F91133

Text Example


Text Example

White with #F91133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91133; }

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

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

background-color css

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

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

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

border-color css

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

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

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