Html Css Color HEX #F91C45 Torch Red

📋 copy color: '#F91C45'

red 249 ◦ green 28 ◦ blue 69

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

Shades of Torch Red #F91C45

Tints of Torch Red #F91C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 71.97%
G = 8.09%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F91C45 (or 0xF91C45) is known color: Torch Red. HEX triplet: F9, 1C and 45. RGB value is (249,28,69). Sum of RGB (Red+Green+Blue) = 249+28+69=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C45 is #06E3BA. Grayscale: #626262. Windows color (decimal): -451515 or 4529401. OLE color: 4529401.

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

Color convert

RGB 249 28 69 -
CMYK 0 0.89 0.72 0.02
HSL 348.87º 0.95% 0.54% -
HSV(B) 348.87º 0.89% 0.98% -
XYZ 40.56 21.4 7.62 -
YUV 98.75 111.22 235.17 -
System Red Green Blue C M Y K H S L
Decimal 249 28 69 0 0.89 0.72 0.02 348.87 0.95 0.54
Hex F9 1C 45 0 59 48 2 15D 5F 36
Octal 371 34 105 0 131 110 2 535 137 66
Binary 11111001 11100 1000101 0 1011001 1001000 10 101011101 1011111 110110

Color Harmonies of #F91C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C45

Black with #F91C45

Text Example


Text Example

White with #F91C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C45; }

 p { color: rgb(249,28,69); }

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

background-color css

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

 a { background-color: rgb(249,28,69); }

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

border-color css

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

 span { border-color: rgb(249,28,69); }

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