Html Css Color HEX #F91937 Torch Red

📋 copy color: '#F91937'

red 249 ◦ green 25 ◦ blue 55

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

Shades of Torch Red #F91937

Tints of Torch Red #F91937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 75.68%
G = 7.6%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F91937 (or 0xF91937) is known color: Torch Red. HEX triplet: F9, 19 and 37. RGB value is (249,25,55). Sum of RGB (Red+Green+Blue) = 249+25+55=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F91937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91937 is #06E6C8. Grayscale: #5F5F5F. Windows color (decimal): -452297 or 3611129. OLE color: 3611129.

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

Color convert

RGB 249 25 55 -
CMYK 0 0.90 0.78 0.02
HSL 351.96º 0.95% 0.54% -
HSV(B) 351.96º 0.9% 0.98% -
XYZ 40.1 21.11 5.58 -
YUV 95.4 105.21 237.56 -
System Red Green Blue C M Y K H S L
Decimal 249 25 55 0 0.90 0.78 0.02 351.96 0.95 0.54
Hex F9 19 37 0 5A 4E 2 160 5F 36
Octal 371 31 67 0 132 116 2 540 137 66
Binary 11111001 11001 110111 0 1011010 1001110 10 101100000 1011111 110110

Color Harmonies of #F91937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91937

Black with #F91937

Text Example


Text Example

White with #F91937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91937; }

 p { color: rgb(249,25,55); }

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

background-color css

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

 a { background-color: rgb(249,25,55); }

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

border-color css

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

 span { border-color: rgb(249,25,55); }

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