Html Css Color HEX #F91641 Torch Red

📋 copy color: '#F91641'

red 249 ◦ green 22 ◦ blue 65

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

Shades of Torch Red #F91641

Tints of Torch Red #F91641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 74.11%
G = 6.55%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F91641 (or 0xF91641) is known color: Torch Red. HEX triplet: F9, 16 and 41. RGB value is (249,22,65). Sum of RGB (Red+Green+Blue) = 249+22+65=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F91641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91641 is #06E9BE. Grayscale: #5E5E5E. Windows color (decimal): -453055 or 4265721. OLE color: 4265721.

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

Color convert

RGB 249 22 65 -
CMYK 0 0.91 0.74 0.02
HSL 348.63º 0.95% 0.53% -
HSV(B) 348.63º 0.91% 0.98% -
XYZ 40.31 21.1 6.95 -
YUV 94.78 111.21 238 -
System Red Green Blue C M Y K H S L
Decimal 249 22 65 0 0.91 0.74 0.02 348.63 0.95 0.53
Hex F9 16 41 0 5B 4A 2 15D 5F 35
Octal 371 26 101 0 133 112 2 535 137 65
Binary 11111001 10110 1000001 0 1011011 1001010 10 101011101 1011111 110101

Color Harmonies of #F91641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91641

Black with #F91641

Text Example


Text Example

White with #F91641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91641; }

 p { color: rgb(249,22,65); }

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

background-color css

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

 a { background-color: rgb(249,22,65); }

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

border-color css

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

 span { border-color: rgb(249,22,65); }

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