Html Css Color HEX #F91344 Torch Red

📋 copy color: '#F91344'

red 249 ◦ green 19 ◦ blue 68

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

Shades of Torch Red #F91344

Tints of Torch Red #F91344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 74.11%
G = 5.65%
B = 20.24%

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

#F91344 (or 0xF91344) is known color: Torch Red. HEX triplet: F9, 13 and 44. RGB value is (249,19,68). Sum of RGB (Red+Green+Blue) = 249+19+68=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F91344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91344 is #06ECBB. Grayscale: #5D5D5D. Windows color (decimal): -453820 or 4461561. OLE color: 4461561.

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

Color convert

RGB 249 19 68 -
CMYK 0 0.92 0.73 0.02
HSL 347.22º 0.95% 0.53% -
HSV(B) 347.22º 0.92% 0.98% -
XYZ 40.34 21.02 7.4 -
YUV 93.36 113.7 239.02 -
System Red Green Blue C M Y K H S L
Decimal 249 19 68 0 0.92 0.73 0.02 347.22 0.95 0.53
Hex F9 13 44 0 5C 49 2 15B 5F 35
Octal 371 23 104 0 134 111 2 533 137 65
Binary 11111001 10011 1000100 0 1011100 1001001 10 101011011 1011111 110101

Color Harmonies of #F91344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91344

Black with #F91344

Text Example


Text Example

White with #F91344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91344; }

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

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

background-color css

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

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

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

border-color css

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

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

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