Html Css Color HEX #F91939 Torch Red

📋 copy color: '#F91939'

red 249 ◦ green 25 ◦ blue 57

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

Shades of Torch Red #F91939

Tints of Torch Red #F91939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 75.23%
G = 7.55%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F91939 (or 0xF91939) is known color: Torch Red. HEX triplet: F9, 19 and 39. RGB value is (249,25,57). Sum of RGB (Red+Green+Blue) = 249+25+57=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F91939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91939 is #06E6C6. Grayscale: #5F5F5F. Windows color (decimal): -452295 or 3742201. OLE color: 3742201.

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

Color convert

RGB 249 25 57 -
CMYK 0 0.90 0.77 0.02
HSL 351.43º 0.95% 0.54% -
HSV(B) 351.43º 0.9% 0.98% -
XYZ 40.15 21.13 5.83 -
YUV 95.62 106.21 237.4 -
System Red Green Blue C M Y K H S L
Decimal 249 25 57 0 0.90 0.77 0.02 351.43 0.95 0.54
Hex F9 19 39 0 5A 4D 2 15F 5F 36
Octal 371 31 71 0 132 115 2 537 137 66
Binary 11111001 11001 111001 0 1011010 1001101 10 101011111 1011111 110110

Color Harmonies of #F91939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91939

Black with #F91939

Text Example


Text Example

White with #F91939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91939; }

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

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

background-color css

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

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

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

border-color css

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

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

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