Html Css Color HEX #F11346 Torch Red

📋 copy color: '#F11346'

red 241 ◦ green 19 ◦ blue 70

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

Shades of Torch Red #F11346

Tints of Torch Red #F11346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 73.03%
G = 5.76%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F11346 (or 0xF11346) is known color: Torch Red. HEX triplet: F1, 13 and 46. RGB value is (241,19,70). Sum of RGB (Red+Green+Blue) = 241+19+70=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F11346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11346 is #0EECB9. Grayscale: #5B5B5B. Windows color (decimal): -978106 or 4592625. OLE color: 4592625.

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

Color convert

RGB 241 19 70 -
CMYK 0 0.92 0.71 0.05
HSL 346.22º 0.89% 0.51% -
HSV(B) 346.22º 0.92% 0.95% -
XYZ 37.61 19.61 7.6 -
YUV 91.19 116.05 234.85 -
System Red Green Blue C M Y K H S L
Decimal 241 19 70 0 0.92 0.71 0.05 346.22 0.89 0.51
Hex F1 13 46 0 5C 47 5 15A 59 33
Octal 361 23 106 0 134 107 5 532 131 63
Binary 11110001 10011 1000110 0 1011100 1000111 101 101011010 1011001 110011

Color Harmonies of #F11346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11346

Black with #F11346

Text Example


Text Example

White with #F11346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11346; }

 p { color: rgb(241,19,70); }

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

background-color css

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

 a { background-color: rgb(241,19,70); }

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

border-color css

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

 span { border-color: rgb(241,19,70); }

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