Html Css Color HEX #F91F2E Torch Red

📋 copy color: '#F91F2E'

red 249 ◦ green 31 ◦ blue 46

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

Shades of Torch Red #F91F2E

Tints of Torch Red #F91F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 76.38%
G = 9.51%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F91F2E (or 0xF91F2E) is known color: Torch Red. HEX triplet: F9, 1F and 2E. RGB value is (249,31,46). Sum of RGB (Red+Green+Blue) = 249+31+46=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91F2E is #06E0D1. Grayscale: #626262. Windows color (decimal): -450770 or 3022841. OLE color: 3022841.

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

Color convert

RGB 249 31 46 -
CMYK 0 0.88 0.82 0.02
HSL 355.87º 0.95% 0.55% -
HSV(B) 355.87º 0.88% 0.98% -
XYZ 40.05 21.32 4.59 -
YUV 97.89 98.72 235.78 -
System Red Green Blue C M Y K H S L
Decimal 249 31 46 0 0.88 0.82 0.02 355.87 0.95 0.55
Hex F9 1F 2E 0 58 52 2 164 5F 37
Octal 371 37 56 0 130 122 2 544 137 67
Binary 11111001 11111 101110 0 1011000 1010010 10 101100100 1011111 110111

Color Harmonies of #F91F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F2E

Black with #F91F2E

Text Example


Text Example

White with #F91F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F2E; }

 p { color: rgb(249,31,46); }

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

background-color css

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

 a { background-color: rgb(249,31,46); }

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

border-color css

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

 span { border-color: rgb(249,31,46); }

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