Html Css Color HEX #F91441 Torch Red

📋 copy color: '#F91441'

red 249 ◦ green 20 ◦ blue 65

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

Shades of Torch Red #F91441

Tints of Torch Red #F91441

RGB

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

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

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

R = 74.55%
G = 5.99%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F91441 (or 0xF91441) is known color: Torch Red. HEX triplet: F9, 14 and 41. RGB value is (249,20,65). Sum of RGB (Red+Green+Blue) = 249+20+65=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F91441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91441 is #06EBBE. Grayscale: #5D5D5D. Windows color (decimal): -453567 or 4265209. OLE color: 4265209.

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

Color convert

RGB 249 20 65 -
CMYK 0 0.92 0.74 0.02
HSL 348.21º 0.95% 0.53% -
HSV(B) 348.21º 0.92% 0.98% -
XYZ 40.27 21.02 6.94 -
YUV 93.6 111.87 238.84 -
System Red Green Blue C M Y K H S L
Decimal 249 20 65 0 0.92 0.74 0.02 348.21 0.95 0.53
Hex F9 14 41 0 5C 4A 2 15C 5F 35
Octal 371 24 101 0 134 112 2 534 137 65
Binary 11111001 10100 1000001 0 1011100 1001010 10 101011100 1011111 110101

Color Harmonies of #F91441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91441

Black with #F91441

Text Example


Text Example

White with #F91441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91441; }

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

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

background-color css

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

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

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

border-color css

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

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

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