Html Css Color HEX #F1143C Torch Red

📋 copy color: '#F1143C'

red 241 ◦ green 20 ◦ blue 60

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

Shades of Torch Red #F1143C

Tints of Torch Red #F1143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 75.08%
G = 6.23%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1143C (or 0xF1143C) is known color: Torch Red. HEX triplet: F1, 14 and 3C. RGB value is (241,20,60). Sum of RGB (Red+Green+Blue) = 241+20+60=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F1143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1143C is #0EEBC3. Grayscale: #5A5A5A. Windows color (decimal): -977860 or 3937521. OLE color: 3937521.

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

Color convert

RGB 241 20 60 -
CMYK 0 0.92 0.75 0.05
HSL 349.14º 0.89% 0.51% -
HSV(B) 349.14º 0.92% 0.95% -
XYZ 37.34 19.53 6.08 -
YUV 90.64 110.72 235.25 -
System Red Green Blue C M Y K H S L
Decimal 241 20 60 0 0.92 0.75 0.05 349.14 0.89 0.51
Hex F1 14 3C 0 5C 4B 5 15D 59 33
Octal 361 24 74 0 134 113 5 535 131 63
Binary 11110001 10100 111100 0 1011100 1001011 101 101011101 1011001 110011

Color Harmonies of #F1143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1143C

Black with #F1143C

Text Example


Text Example

White with #F1143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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