Html Css Color HEX #F91A1C Torch Red

📋 copy color: '#F91A1C'

red 249 ◦ green 26 ◦ blue 28

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

Shades of Torch Red #F91A1C

Tints of Torch Red #F91A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 82.18%
G = 8.58%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F91A1C (or 0xF91A1C) is known color: Torch Red. HEX triplet: F9, 1A and 1C. RGB value is (249,26,28). Sum of RGB (Red+Green+Blue) = 249+26+28=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A1C is #06E5E3. Grayscale: #5D5D5D. Windows color (decimal): -452068 or 1841913. OLE color: 1841913.

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

Color convert

RGB 249 26 28 -
CMYK 0 0.90 0.89 0.02
HSL 359.46º 0.95% 0.54% -
HSV(B) 359.46º 0.9% 0.98% -
XYZ 39.65 20.96 3.06 -
YUV 92.91 91.38 239.34 -
System Red Green Blue C M Y K H S L
Decimal 249 26 28 0 0.90 0.89 0.02 359.46 0.95 0.54
Hex F9 1A 1C 0 5A 59 2 167 5F 36
Octal 371 32 34 0 132 131 2 547 137 66
Binary 11111001 11010 11100 0 1011010 1011001 10 101100111 1011111 110110

Color Harmonies of #F91A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A1C

Black with #F91A1C

Text Example


Text Example

White with #F91A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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