Html Css Color HEX #F1161C Torch Red

📋 copy color: '#F1161C'

red 241 ◦ green 22 ◦ blue 28

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

Shades of Torch Red #F1161C

Tints of Torch Red #F1161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 82.82%
G = 7.56%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1161C (or 0xF1161C) is known color: Torch Red. HEX triplet: F1, 16 and 1C. RGB value is (241,22,28). Sum of RGB (Red+Green+Blue) = 241+22+28=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F1161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1161C is #0EE9E3. Grayscale: #585858. Windows color (decimal): -977380 or 1840881. OLE color: 1840881.

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

Color convert

RGB 241 22 28 -
CMYK 0 0.91 0.88 0.05
HSL 358.36º 0.89% 0.52% -
HSV(B) 358.36º 0.91% 0.95% -
XYZ 36.77 19.36 2.9 -
YUV 88.17 94.05 237.01 -
System Red Green Blue C M Y K H S L
Decimal 241 22 28 0 0.91 0.88 0.05 358.36 0.89 0.52
Hex F1 16 1C 0 5B 58 5 166 59 34
Octal 361 26 34 0 133 130 5 546 131 64
Binary 11110001 10110 11100 0 1011011 1011000 101 101100110 1011001 110100

Color Harmonies of #F1161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1161C

Black with #F1161C

Text Example


Text Example

White with #F1161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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