Html Css Color HEX #F1141C Torch Red

📋 copy color: '#F1141C'

red 241 ◦ green 20 ◦ blue 28

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

Shades of Torch Red #F1141C

Tints of Torch Red #F1141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

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

R = 83.39%
G = 6.92%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1141C (or 0xF1141C) is known color: Torch Red. HEX triplet: F1, 14 and 1C. RGB value is (241,20,28). Sum of RGB (Red+Green+Blue) = 241+20+28=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1141C is #0EEBE3. Grayscale: #575757. Windows color (decimal): -977892 or 1840369. OLE color: 1840369.

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

Color convert

RGB 241 20 28 -
CMYK 0 0.92 0.88 0.05
HSL 357.83º 0.89% 0.51% -
HSV(B) 357.83º 0.92% 0.95% -
XYZ 36.74 19.28 2.88 -
YUV 86.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 241 20 28 0 0.92 0.88 0.05 357.83 0.89 0.51
Hex F1 14 1C 0 5C 58 5 166 59 33
Octal 361 24 34 0 134 130 5 546 131 63
Binary 11110001 10100 11100 0 1011100 1011000 101 101100110 1011001 110011

Color Harmonies of #F1141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1141C

Black with #F1141C

Text Example


Text Example

White with #F1141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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