Html Css Color HEX #F11120 Torch Red

📋 copy color: '#F11120'

red 241 ◦ green 17 ◦ blue 32

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

Shades of Torch Red #F11120

Tints of Torch Red #F11120

RGB

 RED value IS 241 (94.53% from 255) = 83.1%

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 83.1%
G = 5.86%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F11120 (or 0xF11120) is known color: Torch Red. HEX triplet: F1, 11 and 20. RGB value is (241,17,32). Sum of RGB (Red+Green+Blue) = 241+17+32=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11120 is #0EEEDF. Grayscale: #555555. Windows color (decimal): -978656 or 2101745. OLE color: 2101745.

HSL color Cylindrical-coordinate representation of color #F11120: hue angle of 355.98º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11120 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 32 -
CMYK 0 0.93 0.87 0.05
HSL 355.98º 0.89% 0.51% -
HSV(B) 355.98º 0.93% 0.95% -
XYZ 36.74 19.21 3.14 -
YUV 85.69 97.71 238.78 -
System Red Green Blue C M Y K H S L
Decimal 241 17 32 0 0.93 0.87 0.05 355.98 0.89 0.51
Hex F1 11 20 0 5D 57 5 164 59 33
Octal 361 21 40 0 135 127 5 544 131 63
Binary 11110001 10001 100000 0 1011101 1010111 101 101100100 1011001 110011

Color Harmonies of #F11120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11120

Black with #F11120

Text Example


Text Example

White with #F11120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11120; }

 p { color: rgb(241,17,32); }

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

background-color css

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

 a { background-color: rgb(241,17,32); }

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

border-color css

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

 span { border-color: rgb(241,17,32); }

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