Html Css Color HEX #F1113B Torch Red

📋 copy color: '#F1113B'

red 241 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #F1113B

Tints of Torch Red #F1113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 76.03%
G = 5.36%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1113B (or 0xF1113B) is known color: Torch Red. HEX triplet: F1, 11 and 3B. RGB value is (241,17,59). Sum of RGB (Red+Green+Blue) = 241+17+59=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F1113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1113B is #0EEEC4. Grayscale: #585858. Windows color (decimal): -978629 or 3871217. OLE color: 3871217.

HSL color Cylindrical-coordinate representation of color #F1113B: hue angle of 348.75º 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 #F1113B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 59 -
CMYK 0 0.93 0.76 0.05
HSL 348.75º 0.89% 0.51% -
HSV(B) 348.75º 0.93% 0.95% -
XYZ 37.27 19.42 5.92 -
YUV 88.76 111.21 236.58 -
System Red Green Blue C M Y K H S L
Decimal 241 17 59 0 0.93 0.76 0.05 348.75 0.89 0.51
Hex F1 11 3B 0 5D 4C 5 15D 59 33
Octal 361 21 73 0 135 114 5 535 131 63
Binary 11110001 10001 111011 0 1011101 1001100 101 101011101 1011001 110011

Color Harmonies of #F1113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1113B

Black with #F1113B

Text Example


Text Example

White with #F1113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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