Html Css Color HEX #F1161A Torch Red

📋 copy color: '#F1161A'

red 241 ◦ green 22 ◦ blue 26

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

Shades of Torch Red #F1161A

Tints of Torch Red #F1161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9%

R = 83.39%
G = 7.61%
B = 9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1161A (or 0xF1161A) is known color: Torch Red. HEX triplet: F1, 16 and 1A. RGB value is (241,22,26). Sum of RGB (Red+Green+Blue) = 241+22+26=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1161A is #0EE9E5. Grayscale: #585858. Windows color (decimal): -977382 or 1709809. OLE color: 1709809.

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

Color convert

RGB 241 22 26 -
CMYK 0 0.91 0.89 0.05
HSL 358.9º 0.89% 0.52% -
HSV(B) 358.9º 0.91% 0.95% -
XYZ 36.75 19.35 2.78 -
YUV 87.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 241 22 26 0 0.91 0.89 0.05 358.9 0.89 0.52
Hex F1 16 1A 0 5B 59 5 167 59 34
Octal 361 26 32 0 133 131 5 547 131 64
Binary 11110001 10110 11010 0 1011011 1011001 101 101100111 1011001 110100

Color Harmonies of #F1161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1161A

Black with #F1161A

Text Example


Text Example

White with #F1161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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