Html Css Color HEX #F91444 Torch Red

📋 copy color: '#F91444'

red 249 ◦ green 20 ◦ blue 68

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

Shades of Torch Red #F91444

Tints of Torch Red #F91444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 73.89%
G = 5.93%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F91444 (or 0xF91444) is known color: Torch Red. HEX triplet: F9, 14 and 44. RGB value is (249,20,68). Sum of RGB (Red+Green+Blue) = 249+20+68=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F91444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91444 is #06EBBB. Grayscale: #5D5D5D. Windows color (decimal): -453564 or 4461817. OLE color: 4461817.

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

Color convert

RGB 249 20 68 -
CMYK 0 0.92 0.73 0.02
HSL 347.42º 0.95% 0.53% -
HSV(B) 347.42º 0.92% 0.98% -
XYZ 40.36 21.06 7.41 -
YUV 93.94 113.37 238.6 -
System Red Green Blue C M Y K H S L
Decimal 249 20 68 0 0.92 0.73 0.02 347.42 0.95 0.53
Hex F9 14 44 0 5C 49 2 15B 5F 35
Octal 371 24 104 0 134 111 2 533 137 65
Binary 11111001 10100 1000100 0 1011100 1001001 10 101011011 1011111 110101

Color Harmonies of #F91444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91444

Black with #F91444

Text Example


Text Example

White with #F91444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91444; }

 p { color: rgb(249,20,68); }

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

background-color css

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

 a { background-color: rgb(249,20,68); }

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

border-color css

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

 span { border-color: rgb(249,20,68); }

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