Html Css Color HEX #F1171E Torch Red

📋 copy color: '#F1171E'

red 241 ◦ green 23 ◦ blue 30

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

Shades of Torch Red #F1171E

Tints of Torch Red #F1171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 81.97%
G = 7.82%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1171E (or 0xF1171E) is known color: Torch Red. HEX triplet: F1, 17 and 1E. RGB value is (241,23,30). Sum of RGB (Red+Green+Blue) = 241+23+30=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F1171E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1171E is #0EE8E1. Grayscale: #595959. Windows color (decimal): -977122 or 1972209. OLE color: 1972209.

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

Color convert

RGB 241 23 30 -
CMYK 0 0.90 0.88 0.05
HSL 358.07º 0.89% 0.52% -
HSV(B) 358.07º 0.9% 0.95% -
XYZ 36.82 19.41 3.03 -
YUV 88.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 241 23 30 0 0.90 0.88 0.05 358.07 0.89 0.52
Hex F1 17 1E 0 5A 58 5 166 59 34
Octal 361 27 36 0 132 130 5 546 131 64
Binary 11110001 10111 11110 0 1011010 1011000 101 101100110 1011001 110100

Color Harmonies of #F1171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1171E

Black with #F1171E

Text Example


Text Example

White with #F1171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1171E; }

 p { color: rgb(241,23,30); }

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

background-color css

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

 a { background-color: rgb(241,23,30); }

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

border-color css

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

 span { border-color: rgb(241,23,30); }

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