Html Css Color HEX #F1163B Torch Red

📋 copy color: '#F1163B'

red 241 ◦ green 22 ◦ blue 59

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

Shades of Torch Red #F1163B

Tints of Torch Red #F1163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.83%

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

R = 74.84%
G = 6.83%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1163B (or 0xF1163B) is known color: Torch Red. HEX triplet: F1, 16 and 3B. RGB value is (241,22,59). Sum of RGB (Red+Green+Blue) = 241+22+59=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1163B is #0EE9C4. Grayscale: #5B5B5B. Windows color (decimal): -977349 or 3872497. OLE color: 3872497.

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

Color convert

RGB 241 22 59 -
CMYK 0 0.91 0.76 0.05
HSL 349.86º 0.89% 0.52% -
HSV(B) 349.86º 0.91% 0.95% -
XYZ 37.35 19.59 5.95 -
YUV 91.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 241 22 59 0 0.91 0.76 0.05 349.86 0.89 0.52
Hex F1 16 3B 0 5B 4C 5 15E 59 34
Octal 361 26 73 0 133 114 5 536 131 64
Binary 11110001 10110 111011 0 1011011 1001100 101 101011110 1011001 110100

Color Harmonies of #F1163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1163B

Black with #F1163B

Text Example


Text Example

White with #F1163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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